-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Oauth (via socialite) #385
Comments
Would be nice to see an option for JIT(Just-In-Time) provisioning added to create users upon sign-in via SSO. |
Would love to see support for authentik or some kind of generic oauth2 provider in the future. |
Authentik is already supported see here https://socialiteproviders.com/Authentik/#installation-basic-usage |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Would be nice to see enforce MFA as an option as well. Using the amr attribute within the OAuth token contains the types auth the user has completed You could use this to add an option to enforce MFA which would deny the login if the amr token doesn't contain "mfa". |
https://laravel.com/docs/11.x/socialite
https://socialiteproviders.com/
The text was updated successfully, but these errors were encountered: