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

provide .well-known endpoint for oidc #67

Open
ymajoros opened this issue Jun 28, 2022 · 2 comments
Open

provide .well-known endpoint for oidc #67

ymajoros opened this issue Jun 28, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@ymajoros
Copy link

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.

@evert evert added the enhancement New feature or request label Jun 29, 2022
@evert
Copy link
Collaborator

evert commented Jun 29, 2022

Does setting the discoveryEndpoint currently work for you? I assume this request is only to make it easier to 'guess' the openid endpoint, right?

@ymajoros
Copy link
Author

Yes, it works (but see other reported bugs). This is just a feature request for convenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants