-
Notifications
You must be signed in to change notification settings - Fork 0
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
RevokeRefreshTokenAsync throws Revocation endpoint not configured #1431
Comments
Can you please follow the pointers in #1373 and let me know if that helped? Thanks. |
Yes, the problem is the same. |
Asp.NET Core 8 on .NET 8 references I do not think that i makes sense to support The work to make Duende.AccessTokenManagement compatible with .NET 9 is tracked in an issue in that repo: DuendeSoftware/foss#51 |
@agerchev It seems that MS/AspNet core folks are advising explicit package references to 8.x versions of We're going to do an exception to our policy and have released a preview version of AccessTokenManagement that sets the minimum version of System.IdentityModel.Tokens.Jwt to 8.0.1 (and thus Please try out the package and let us know how you get on. Thanks. |
Hi @damianh, I tried the preview version and it works. When can we expect to have 3.1 released ? |
We have a few more issues we want to address for a 3.1 release. Should be in next 2-3 weeks. Going to close this issue as it's been addressed. |
Which version of Duende.AccessTokenManagement are you using?
3.0.0
Which version of .NET are you using?
8
Describe the bug
When I call RevokeRefreshTokenAsync the method throw exception: "Revocation endpoint not configured"
This is the callstack:
Additional context
The problem occurs only with the new version of Microsoft.IdentityModel.Protocols.OpenIdConnect (8.1.0)
It seems that they created new property for the RevocationEndpoint and it does not appear in AdditionalData.
(AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@d0131d5)
But Duende.AccessTokenManagement.OpenIdConnect.OpenIdConnectConfigurationService try to get it from AdditionalData and it is not there.
The text was updated successfully, but these errors were encountered: