← ClaudeAtlas

competition-oauth-oidc-chainlisted

Internal downstream skill for ctf-sandbox-orchestrator. CTF-sandbox workflow for OAuth, OIDC, redirect flows, state or nonce handling, PKCE, token exchange, refresh logic, claim mapping, and accepted login paths. Use when the user asks to trace redirects, callback parameters, scopes, state, nonce, PKCE, refresh tokens, consent, or explain how an OAuth or OIDC chain turns into accepted identity or privilege. Use only after `$ctf-sandbox-orchestrator` has already established sandbox assumptions and routed here.
xAmirHamza77/ReverseOps-Skill · ★ 4 · AI & Automation · score 72
Install: claude install-skill xAmirHamza77/ReverseOps-Skill
# Competition OAuth OIDC Chain Use this skill only as a downstream specialization after `$ctf-sandbox-orchestrator` is already active and has established sandbox assumptions, node ownership, and evidence priorities. If that has not happened yet, return to `$ctf-sandbox-orchestrator` first. Use this skill when the hard part is proving how an OAuth or OIDC flow is shaped, exchanged, and ultimately accepted. Reply in Simplified Chinese unless the user explicitly requests English. ## Quick Start 1. Map the auth chain in order: entry route, redirect, authorize request, callback, token exchange, refresh, and final accepting service. 2. Record scopes, state, nonce, PKCE material, redirect URIs, and claim-bearing tokens before mutating anything. 3. Separate token possession from actual identity acceptance. 4. Keep browser-visible redirects and backend-visible token exchange in one compact chain. 5. Reproduce the smallest redirect-to-acceptance flow that proves the decisive identity edge. ## Workflow ### 1. Map The Redirect And Token Path - Record issuer, client ID, redirect URI, authorize parameters, callback parameters, token endpoint, and refresh path. - Note which values are user-controlled, derived, cached, or validated: `state`, `nonce`, PKCE verifier, audience, scope, or prompt. - Keep browser redirects, server-side exchanges, and resulting session state tied together. ### 2. Prove Token-To-Identity Acceptance - Show how code, ID token, access token, or refresh token