-
-
Notifications
You must be signed in to change notification settings - Fork 93
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". |
I've followed the couple things listed there, what else needs done to enable logging in with authentik? I'm really not seeing anything else for it |
Currently only the backend for oauth works, there is no frontend yet. So you can't use it yet. |
I see. Would love to get this working, but I doubt I'll be of any help. I'll happily be a test-bed when time come though |
https://laravel.com/docs/11.x/socialite
https://socialiteproviders.com/
The text was updated successfully, but these errors were encountered: