Slide 43
Slide 43 text
43
@leastprivilege
Request Object
{
"typ": "oauth.authz.req+jwt",
"alg": "RS256",
"kid": "1"
}.
{
"iss": "client",
"aud": "https://authorizationserver.com",
"response_type": "code",
"client_id": "client",
"redirect_uri": "https://myapp.com/cb",
"scope": "openid customer.api",
"state": "abc",
"code_challenge": "def"
}.
[Signature]