-
Notifications
You must be signed in to change notification settings - Fork 62
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
Refresh tokens #36
Comments
I could be wrong but from my understanding is it's handed to strapi after authentication |
@kevinvugts
I think this is closer to the answer. |
okey. Do you have any idea how we can leave the authentication to azure ad? Perhabs using MSAL? Since in my opinion this is way more secure than strapis auth system. Is this something you could eleborate more on, in terms if how this might be built? |
|
@kevinvugts @adamrpostjr However, it may be possible to use both existing and new authentication methods (e.g., JWT, cookies, etc.). |
Hi,
Just wondering. Is this SSO plugin also accounting for refreshing the token and such?
Or is just a one-off login and exchanging a strapi token for it instead?
Thanks!
The text was updated successfully, but these errors were encountered: