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

Suggestion: Support for OpenID Connect #194

Open
jollytoad opened this issue Sep 14, 2023 · 0 comments
Open

Suggestion: Support for OpenID Connect #194

jollytoad opened this issue Sep 14, 2023 · 0 comments

Comments

@jollytoad
Copy link
Contributor

I raise this as it's been discussed elsewhere, and there is currently no explicit issue for it in this project.

There is a limitation in oauth2_client atm that prevents this: it doesn't expose the id_token, and there is no official way to
obtain that token from kv_oauth either. This can be worked around with a patch to oauth2_client (cmd-johnson/deno-oauth2-client#32) and use of the internal getTokens function.

Although experimental work is underway in oauth2_client to fully support the OIDC flow: https://github.com/cmd-johnson/deno-oauth2-client/tree/feature/oidc

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

1 participant