You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
Which version of Duende.AccessTokenManagement are you using?
3.0.0
Which version of .NET are you using?
.Net 8.0
Describe the bug
When I need to revoke token, I have the following error message:
InvalidOperationException: Revocation endpoint not configured
A clear and concise description of what the bug is.
The OpenIdConnectConfigurationService is not fetching the RevocationEndpoint from the well known configuration, instead it takes data from AdditionalData array which is not working in my case.
RevocationEndpoint property is well defined in my well known configuration and should be used to revoke my tokens.
As you can see in the below screenshot :
To Reproduce
Steps to reproduce the behavior.
Expected behavior
Token are revoked correctly.
A clear and concise description of what you expected to happen.
Log output/exception with stacktrace
data
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Which version of Duende.AccessTokenManagement are you using?
3.0.0
Which version of .NET are you using?
.Net 8.0
Describe the bug
When I need to revoke token, I have the following error message:
InvalidOperationException: Revocation endpoint not configured
A clear and concise description of what the bug is.
The OpenIdConnectConfigurationService is not fetching the RevocationEndpoint from the well known configuration, instead it takes data from AdditionalData array which is not working in my case.
RevocationEndpoint property is well defined in my well known configuration and should be used to revoke my tokens.
As you can see in the below screenshot :
To Reproduce
Steps to reproduce the behavior.
Expected behavior
Token are revoked correctly.
A clear and concise description of what you expected to happen.
Log output/exception with stacktrace
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: