Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Revocation endpoint is not configured #1389

Closed
marcmognol opened this issue Aug 29, 2024 · 2 comments
Closed

Revocation endpoint is not configured #1389

marcmognol opened this issue Aug 29, 2024 · 2 comments
Assignees

Comments

@marcmognol
Copy link

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 :
image

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.

@RolandGuijt
Copy link

@marcmognol This issue seems to be very similar to #1373 so I'm closing this one. Can you please read my comment there and reply if needed? Thanks.

@RolandGuijt RolandGuijt closed this as not planned Won't fix, can't repro, duplicate, stale Aug 30, 2024
@marcmognol
Copy link
Author

Hi @RolandGuijt

Thank you for your quick reply.
I followed the related issue advice and now it works as expected.

Thanks 🙏

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants