Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 58s
oauth.sx gains token_exchange(SubjectToken, RequestedScope): a valid access token is downscoped into a NEW independent grant for the same subject (subset only, else invalid_scope; inactive subject token → invalid_grant). The exchanged token's lifecycle is independent of the subject token (revoking either leaves the other active); exchanges chain. Least-privilege handoff to downstream services. New tests/exchange.sx. 201/201. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
{
|
|
"language": "identity",
|
|
"total_pass": 201,
|
|
"total": 201,
|
|
"suites": [
|
|
{"name":"session","pass":11,"total":11,"status":"ok"},
|
|
{"name":"token","pass":24,"total":24,"status":"ok"},
|
|
{"name":"registry","pass":9,"total":9,"status":"ok"},
|
|
{"name":"api","pass":10,"total":10,"status":"ok"},
|
|
{"name":"oauth","pass":17,"total":17,"status":"ok"},
|
|
{"name":"sso","pass":10,"total":10,"status":"ok"},
|
|
{"name":"membership","pass":17,"total":17,"status":"ok"},
|
|
{"name":"cache","pass":9,"total":9,"status":"ok"},
|
|
{"name":"audit","pass":11,"total":11,"status":"ok"},
|
|
{"name":"federation","pass":12,"total":12,"status":"ok"},
|
|
{"name":"expiry","pass":8,"total":8,"status":"ok"},
|
|
{"name":"clients","pass":11,"total":11,"status":"ok"},
|
|
{"name":"grants","pass":9,"total":9,"status":"ok"},
|
|
{"name":"device","pass":10,"total":10,"status":"ok"},
|
|
{"name":"facade","pass":9,"total":9,"status":"ok"},
|
|
{"name":"delegation","pass":8,"total":8,"status":"ok"},
|
|
{"name":"session-mgmt","pass":8,"total":8,"status":"ok"},
|
|
{"name":"exchange","pass":8,"total":8,"status":"ok"}
|
|
]
|
|
}
|