Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 25s
clients.sx (RFC 6749 §2) — confidential clients must present the correct secret at the token endpoint (wrong → invalid_client); public clients are identified but not authenticated; redirect_uris are pre-registered and checked by exact-match valid_redirect (§3.1.2.2 + Security BCP). Standalone module for now; wiring confidential-client auth into oauth exchange is a follow-up. New tests/clients.sx. 149/149. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
776 B
JSON
20 lines
776 B
JSON
{
|
|
"language": "identity",
|
|
"total_pass": 149,
|
|
"total": 149,
|
|
"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"}
|
|
]
|
|
}
|