Error when Ending Session #120
Unanswered
petersameh
asked this question in
IdentityServer
Replies: 1 comment
-
Most likely in your scenario when logging out the identity token is send along with the logout request in the The most common way for that to happen is if you have a data protection problem in your identity server. Can you please check out this document and see if you have it configured correctly? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
IdentityServer version
7.0.8
.NET version
8
Description
I get this error when ending session, but I am not sure what is the reason.
Error processing end session request Invalid request
JWT token validation error: IDX10503: Signature validation failed. Token does not have a kid. Keys tried: '[PII of type 'System.Text.StringBuilder' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. Number of keys in TokenValidationParameters: '1'. Number of keys in Configuration: '0'. Exceptions caught: '[PII of type 'System.String' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. token: '[PII of type 'Microsoft.IdentityModel.JsonWebTokens.JsonWebToken' is hidden. For more details, see https://aka.ms/IdentityModel/PII.]'. See https://aka.ms/IDX10503 for details.
Reproduction steps
When calling end session from a specific client
Expected behavior
To end session without any errors
Logs
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions