Slide 21
Slide 21 text
JWT PAYLOAD
{
"jti": "b7f7b763-240c-4560-827b-d7635e4b2213",
"sub": "c7bd0190-7fbd-42bd-8929-63f2a17473fb",
"iss": "https://sso.myapi.com",
"aud": "myApi",
"exp": 1686767014,
"iat": 1686763414,
"nbf": 1686763414
}
RESERVED CLAIMS:
jti, sub, iss, aud, exp, iat, nbf