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
For openid-connect, the spec specifies that the endpoint should be /.well-known/openid-configuration
/.well-known/openid-configuration
This conflicts with the currently default path, which seems to suit OAuth2 well though.
I suggest adding a flag to choose between OAuth2 only or OIDC.
The text was updated successfully, but these errors were encountered:
Does setting the discoveryEndpoint currently work for you? I assume this request is only to make it easier to 'guess' the openid endpoint, right?
discoveryEndpoint
Sorry, something went wrong.
Yes, it works (but see other reported bugs). This is just a feature request for convenience.
No branches or pull requests
For openid-connect, the spec specifies that the endpoint should be
/.well-known/openid-configuration
This conflicts with the currently default path, which seems to suit OAuth2 well though.
I suggest adding a flag to choose between OAuth2 only or OIDC.
The text was updated successfully, but these errors were encountered: