Revocation endpoint not configured
error on logout after .NET 9 upgrade
#1506
Labels
Revocation endpoint not configured
error on logout after .NET 9 upgrade
#1506
Which version of Duende BFF are you using?
2.2.0
Which version of .NET are you using?
.NET 9
Describe the bug
After upgrading to .NET 9, I'm seeing a
Revocation endpoint not configured
error when logging out a user. I can repro this by going backward one commit to .NET 8 and then forward where my only change is a .NET 9 upgrade --specifically, i think it'si can confirm it's because ofMicrosoft.AspNetCore.Authentication.OpenIdConnect
Microsoft.AspNetCore.Authentication.OpenIdConnect
-- if i downgrade to 8.0.11 it works againTo Reproduce
Update a BFF project with
Microsoft.AspNetCore.Authentication.OpenIdConnect
to .NET 9 and try logging outExpected behavior
I should be able to log out like normal
Log output/exception with stacktrace
The text was updated successfully, but these errors were encountered: