We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
userinfo_endpoint
A new provider we are using does not supply any userinfo_endpoint and only code for response_types.
code
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
RECOMMENDED
REQUIRED
I added an issue to the underlying package as well: nov/openid_connect#82 where the issue is raised.
The text was updated successfully, but these errors were encountered:
feat: Allow calling of userinfo to be configurable
4f75419
Allows the calling of the userinfo endpoint to be configurable, resolving omniauth#145
Successfully merging a pull request may close this issue.
A new provider we are using does not supply any
userinfo_endpoint
and onlycode
forresponse_types
.Is there anyway to support that use-case?
The only thing I have been able to find is that
userinfo_endpoint
isRECOMMENDED
and notREQUIRED
in the discovery definition: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadataI added an issue to the underlying package as well: nov/openid_connect#82 where the issue is raised.
The text was updated successfully, but these errors were encountered: