Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. System.ArgumentException was caught
  2. HResult=-2147024809
  3. Message=Jwt10204: 'System.IdentityModel.Tokens.JwtSecurityTokenHandler' cannot read this string: '{really long token}'.
  4. The string needs to be in compact JSON format, which is of the form: '<Base64UrlEncodedHeader>.<Base64UrlEndcodedPayload>.<OPTIONAL, Base64UrlEncodedSignature>'.
  5. Source=System.IdentityModel.Tokens.Jwt
  6. StackTrace:
  7. at System.IdentityModel.Tokens.JwtSecurityTokenHandler.ReadToken(String jwtEncodedString)
  8. at {our namespace}.Providers.JwtTokenServiceProvider.GetToken(String value)
  9. at {our namespace}.TokenAuthorisationController.Post(TokenRequest request)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement