# SSO

## What is **Single Sign-On**

Single Sign-On (SSO) is an authentication method that enables users to access UI Bakery using external identity providers like Google, Okta, Azure AD, and others.

## Why use **SSO**

There are several reasons to set up SSO for your UI Bakery instance. Here is a list of common benefits:

* **Better usability**. Your users don't need to use other credentials for UI Bakery. They can log in just with one click.
* **Security Compliance**. Some security guidelines mandate accessing company services through a single identity server.
* **Two-Factor Authentication**. SSO allows you to enable two-factor authentication at the identity provider level, improving security.
* **Access management**. SSO enables synchronization of user roles with your identity provider's groups, roles, or other attributes, simplifying access control and user management.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.uibakery.io/on-premise/sso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
