You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: