# SSO SAML2.0

Currents supports SSO integration via SAML 2.0, including JIT provisioning and SCIMv2. When enabled, authentication will be deferred to your Identity Provider (IdP). Follow the instructions for your IdP:

* Setup with [Azure AD / Entra ID](/dashboard/administration/sso-saml2.0/azure-ad.md)
* Setup with [Okta](/dashboard/administration/sso-saml2.0/okta.md)
* Setup with [JumpCloud](/dashboard/administration/sso-saml2.0/jumpcloud.md)
* Manual [SAML2.0 Configuration](/dashboard/administration/sso-saml2.0/saml2.0-configuration.md)

### SSO Features

Please note that there are certain limitations to Currents SSO integration.

* SSO integration is only available for customers with an **active subscription.**
* Enabling SSO will for **all the team members.**
* Follow the guide on enabling [IdP-initiated Sessions](/dashboard/administration/sso-saml2.0/idp-initiated-sessions.md)
* Follow the guides on enabling [SCIM User Provisioning](/dashboard/administration/sso-saml2.0/scim-user-provisioning.md)

### Troubleshooting

See [Troubleshooting SSO](/dashboard/administration/sso-saml2.0/troubleshooting-sso.md) section for help.


---

# 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.currents.dev/dashboard/administration/sso-saml2.0.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.
