Getting Error of "Missing or invalid standard claims" during Actions Redirect
Last Updated:
Overview
Missing or invalid standard claims
Cause
Solution
- iat (Unix timestamp)
- exp (Unix timestamp - set this to at least 1 minute beyond the creation time)
- sub (Must match the user_id of incoming token's sub)
- iss
- state (Must match state sent by Auth0 during redirect)