# SSO

### What's new

You can now configure SAML-based SSO in Unifize to allow users to log in using their corporate identity provider (e.g. Azure AD, Google Workspace). This simplifies user access and enhances security with centralized authentication.

### Where to find it

Step 1 → Navigate to Org Settings → SSO\
Step 2 → Provide your domain, SSO URL, Entity ID, and certificate\
Step 3 → Enable integration to activate centralized login via your identity provider

### Key capabilities

* Supports SAML 2.0 standard
* Redirects users to IdP for login via browser or mobile
* Uses OTP for approval signatures (since passwords aren’t stored)
* Compatible with Azure AD, Google Workspace, and other major IdPs
* Allows domain-based routing for login

### Who can use it

* Admins can configure SSO under Org Settings.&#x20;
* Once enabled, all users with matching email domains will be routed through the SSO flow automatically.

For detailed guides on SSO, refer to the documentations below

<details>

<summary><a href="https://docs.unifize.com/user-guide/profile/org-settings/sso">SSO user guide</a></summary>

</details>

<details>

<summary><a href="https://docs.unifize.com/admin-guide/profile/org-settings/sso">SSO admin guide</a></summary>

</details>


---

# 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.unifize.com/release-notes/may-2025/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.
