JWT IDX10225: Lifetime Validation Failed. The Token is missing an expiration time. TokenType: ‘System.Identitymodel.tokens.jwt.JwtSecurityToken’
We recently upgraded all our dependencies to the latest version.
We are using .net 8. it was a small minor upgrade.
Ever since we did this upgrade we cannot manually verify jwt tokens any more.
The normal process still works where we provide the jwt token as a header and allows the system to function as normal.