-
Notifications
You must be signed in to change notification settings - Fork 114
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
Support for Generic OAuth provider #9
Comments
Hey, I'd like to work on this issue. Assign me @m3shat |
@lazyfuhrer feel free to give it a shot. Snapify is using the T3 Stack and next-auth for authentication. Feel free contact me if you have additional questions! |
Sure! |
You mentioned adding support for this right https://help.okta.com/en-us/Content/Topics/integrations/open-id-connect.htm ? |
Sounds about right, as far as I know next-auth does not directly support the OpenID Connect standard, but the more loose OIDC standard. |
I have added the keycloak OIDC authentication source code to make it work. |
Support configuring a generic OIDC or OAuth provider for authentication.
The text was updated successfully, but these errors were encountered: