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

OpenID Provider Configuration endpoint should include the revocation token endpoint #687

Closed
mogTheDev opened this issue Apr 14, 2022 · 1 comment
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@mogTheDev
Copy link

Expected Behavior
The OpenID Connect Discovery endpoint should provide the revocation token endpoint.
i.e. adding this:
"revocation_endpoint": "http://{host_issuer}:{port_issuer}/oauth2/revoke"

Current Behavior
The current response for /.well-known/openid-configuration does not contain the endpoint revocation.

Context
Some angular lib such as angular-auth-oidc-client expect the revocation endpoint to be in the response when requesting the OpenID Connect Discovery endpoint.

@mogTheDev mogTheDev added the type: enhancement A general enhancement label Apr 14, 2022
@jgrandja jgrandja changed the title OpenID Connect Discovery endpoint should provide the revocation token endpoint OpenID Provider Configuration endpoint should include the revocation token endpoint Apr 27, 2022
@jgrandja
Copy link
Collaborator

Thanks for the report @mogTheDev. We'll look at adding this soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
2 participants