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
In the jwks_uri option, if setting the value as a a path instead of a full URI, I get the following error after de callback phase initiates:
jwks_uri
ERROR -- omniauth: (openid_connect) Authentication failure! Request URI must have schema. Possibly add 'http://' to the request URI?
It might be okay to require the full URI, but I think the default value, /jwk, should maybe be changed as to not cause confussion.
/jwk
Thanks for your work in this gem btw!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the
jwks_uri
option, if setting the value as a a path instead of a full URI, I get the following error after de callback phase initiates:It might be okay to require the full URI, but I think the default value,
/jwk
, should maybe be changed as to not cause confussion.Thanks for your work in this gem btw!
The text was updated successfully, but these errors were encountered: