You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a rough implementation for configuring in third party Generic OIDC and have tested it against Google and AzureAD.
Need to test it against Auth0, Okta, Ping and OneLogin. I don't see an issue there though as the only difference I have seen in the field is what scopes are to be sent.
i.e. AzureAd needs openid email profile User.Read
The hanko OAuth2 implementation that is used for the existing ThirdParty's (google, github, apple) is the same one being used with this as well. So, the OIDC is just there to discover the needed urls dynamically through a .well-known/openid-configuration endpoint.
Checklist
Description
I have a rough implementation for configuring in third party Generic OIDC and have tested it against Google and AzureAD.
Need to test it against Auth0, Okta, Ping and OneLogin. I don't see an issue there though as the only difference I have seen in the field is what scopes are to be sent.
i.e. AzureAd needs
openid email profile User.Read
The hanko OAuth2 implementation that is used for the existing ThirdParty's (google, github, apple) is the same one being used with this as well. So, the OIDC is just there to discover the needed urls dynamically through a
.well-known/openid-configuration
endpoint.i.e. accounts.google.com/.well-known/openid-configuration
Describe your ideal solution
This is my current config.yaml
Workarounds or alternatives
No response
Hanko Version
main
Additional Context
No response
The text was updated successfully, but these errors were encountered: