Skip to content
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

Feature: Implement OpenID Connect #134

Open
tvanhens opened this issue Jan 6, 2025 · 3 comments
Open

Feature: Implement OpenID Connect #134

tvanhens opened this issue Jan 6, 2025 · 3 comments

Comments

@tvanhens
Copy link

tvanhens commented Jan 6, 2025

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.

@tanayvk
Copy link

tanayvk commented Jan 10, 2025

@tvanhens
Copy link
Author

tvanhens commented Jan 10, 2025

That provider is an authentication provider, it doesn't allow openauth to behave as an oidc issuer.

@sam-goodwin
Copy link

Working on an implementation over here: https://github.com/sam-goodwin/openauth

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants