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
Implementing the OpenID Connect spec on top of the existing OAuth v2 implementation would allow openauth consumers to use their deployment as an identity source for applications which support OIDC as an identity source.
Have made some additional changes to embed it as a submodule in my SST app's repo while i work out the final details. Once its stable for my use-case, i'll work on a PR to contribute it back.
Implementing the OpenID Connect spec on top of the existing OAuth v2 implementation would allow openauth consumers to use their deployment as an identity source for applications which support OIDC as an identity source.
Examples of integrations this would open up are:
Because OIDC is an extension on top of OAuth v2 this could be implemented as an additional opt-in layer for appropriate issuers.
The text was updated successfully, but these errors were encountered: