[Bug] Access Token aquired with WAM cannot be validated #5012
Labels
needs attention
Delete label after triage
public-client
untriaged
Do not delete. Needed for Automation
Library version used
4.66.2
.NET version
NET Framework 4.8
Scenario
PublicClient - desktop app
Is this a new or an existing app?
The app is in production, I haven't upgraded MSAL, but started seeing this issue
Issue description and reproduction steps
Access Token acquired fails to pass a jwt signature validation.
I used JsonWebTokenHandler to validate it in the api code, and jwt.io in my manual tests. Both methods can validate the id-token, but not the access-token.
Reproduction steps:
Relevant code snippets
Token Validation:
The text was updated successfully, but these errors were encountered: