Im using /continue to pass data back to auth0 login flow (onContinuePostLogin). However, i got the following error:
http://localhost:4200/?error=access_denied&error_description=The%20session%20token%20is%20invalid:%20Missing%20or%20invalid%20standard%20claims&state=fmNPdkdjQTd2Z05JSGdHUjhsQUhGQ01ZRG1SSHFjNU4tbHdHNWtIT2JlTA%3D%3D
error msg: The session token is invalid: Missing or invalid standard claims
Ive been follow the doc by generate token with the following payload:
- sub
- iss
- state
- exp
- aud
- *several data to pass back
but with the error message, i not sure what i missed or what i send wrong in the token. really need some guidance here