© 2026 Hedgehog Software, LLC
var subClaimValue = user.Claims.FirstOrDefault(x => x.Type == CommonConstants.ClaimSub)?.Value; // "sub" roleType = user.Claims.FirstOrDefault(x => x.Type == CommonConstants.ClaimRoleType)?.Value; // "roleType"
{"IDX10500: Signature validation failed. No security keys were provided to validate the signature."}
System.IdentityModel.Tokens.Jwt
Microsoft.IdentityModel.JsonWebTokens