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
Hello!
We are working with a new provider which do not provide the userinfo_endpoint, so it is set to nil via discovery as far as I can understand.
discovery
It does fail in openid_connect (1.4.2) lib/openid_connect/access_token.rb with OpenIDConnect::HttpError Unknown HttpError.
openid_connect (1.4.2) lib/openid_connect/access_token.rb
OpenIDConnect::HttpError Unknown HttpError
As far as I have been able to understand it is only RECOMMENDED in the discovery definition https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata.
RECOMMENDED
We are using openid_connect through https://github.com/omniauth/omniauth_openid_connect but I have not been able to find a way to disable the use of the userinfo_endpoint from there.
openid_connect
Versions:
The text was updated successfully, but these errors were encountered:
I don't think it's related to this gem. In this gem, userinfo_endpoint is optional.
Sorry, something went wrong.
No branches or pull requests
Hello!
We are working with a new provider which do not provide the
userinfo_endpoint
, so it is set to nil viadiscovery
as far as I can understand.It does fail in
openid_connect (1.4.2) lib/openid_connect/access_token.rb
withOpenIDConnect::HttpError Unknown HttpError
.As far as I have been able to understand it is only
RECOMMENDED
in the discovery definition https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata.We are using
openid_connect
through https://github.com/omniauth/omniauth_openid_connect but I have not been able to find a way to disable the use of theuserinfo_endpoint
from there.Versions:
The text was updated successfully, but these errors were encountered: