How to configure SSO providers
Single Sign-On (SSO) on Strapi allows you to configure additional sign-in and sign-up methods for the Strapi admin panel.
Prerequisites
- To configure SSO on your application, you will need an EnterpriseThis feature is available with an Enterprise plan. plan or the SSOThis feature is available with the SSO add-on. add-on.
- Make sure Strapi is part of the applications you can access with your provider. For example, with Microsoft (Azure) Active Directory, you must first ask someone with the right permissions to add Strapi to the list of allowed applications. Please refer to your provider(s) documentation to learn more about that.
Caution
- It is currently not possible to associate a unique SSO provider to an email address used for a Strapi account, meaning that the access to a Strapi account cannot be restricted to only one SSO provider. For more information and workarounds to solve this issue, please refer to the dedicated GitHub issue.
- Deploying the admin and backend on entirely different unrelated domains is not possible at this time when using SSO.