IdentityModel.OidcClient icon indicating copy to clipboard operation
IdentityModel.OidcClient copied to clipboard

Is the accesstoken in the JWT format

Open tobiasschittkowski opened this issue 9 months ago • 0 comments

OidcClient is used to log in for a mobile Xamarin app. After that, the retrieved accesstoken is used to authenticate via a WebAPI, but the accesstoken can not be parsed as JWT format.

The error message is "IDX14100: JWT is not well formed, there are no dots (.).\nThe token needs to be in JWS or JWE Compact Serialization Format"

I use the RefreshTokenResult.AccessToken property.

tobiasschittkowski avatar Apr 29 '24 14:04 tobiasschittkowski