OIDC
How does it work?
Header
{
"kid": "fh6Bs8C",
"alg": "RS256"
}
Payload
{
"iss": "https://appleid.apple.com",
"aud": "com.mycompany.myapplication",
"exp": 1703881696,
"iat": 1703795296,
"sub": "x.y.z",
"nonce": "c182a093d0a21f15282a1701feabd9ffbdff318de5f52046ce1e093f16e74f43",
"c_hash": "t2_yMK6paDfgGiNPROjYKw",
"email": "[email protected]",
"email_verified": "true",
"is_private_email": "true",
"auth_time": 1703795296,
"nonce_supported": true
}
Managing Auth Schemes


Last updated