Always verify the "exp" claim to make sure the token hasn’t expired
Always verify the claim "nbf" to make sure the token actually is "active"
Always verify the claim "iss" to make sure that the token issuer is someone you actually trust
Always verify the claim "aud" to make sure that the token is intended for you
Reject the request if the "aud" claim is missing
If you use "scopes" for access control you must always make sure that the values in the “scope” claims are valid and correct.
Always validate and verify that the value in the claim "security_level" corresponds with the requirements for your API.
Always validate and verify the value in the claim "pid".
Always validate and verify the value in the claim "hpr_nr".
Always validate and verify the value in the claim "orgnr".