-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to map Azure AD roles with strapi roles? #51
Comments
@somarjun Is this about how to associate Strapi admin roles with OAuth users? Sorry if that wasn't an answer. |
Hi @yasudacloud, What kind of data are needed in that DB table? PS: Maybe I can listen the user creation event from Strapi for update the user with the desired admin user role. |
@Bryelmo You can grant Super Admin privileges to users logging in with Azure through Single Sign-On in the Administration section. |
Oh my bad! |
Hello,
We're working on implementing Single Sign-On (SSO) for Strapi. We've successfully connected Azure AD to Strapi using a plugin. Now, we're exploring the process of mapping roles between Azure AD and Strapi SSO. Can you provide guidance on how to achieve this?
The text was updated successfully, but these errors were encountered: