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

OpenID-provider without userinfo_endpoint #145

Open
davidwessman opened this issue Feb 21, 2023 · 0 comments · May be fixed by #172
Open

OpenID-provider without userinfo_endpoint #145

davidwessman opened this issue Feb 21, 2023 · 0 comments · May be fixed by #172

Comments

@davidwessman
Copy link
Contributor

A new provider we are using does not supply any userinfo_endpoint and only code for response_types.

Is there anyway to support that use-case?

The only thing I have been able to find is that userinfo_endpoint is RECOMMENDED and not REQUIRED in the discovery definition: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata

I added an issue to the underlying package as well: nov/openid_connect#82 where the issue is raised.

petewalker added a commit to ltsdigital/omniauth_openid_connect that referenced this issue Jan 24, 2024
Allows the calling of the userinfo endpoint to be configurable, resolving omniauth#145
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

Successfully merging a pull request may close this issue.

1 participant