attacking-oauth-oidc
Installation
SKILL.md
Attacking OAuth and OIDC
OAuth is a delegation protocol whose security lives entirely in parameters the
browser forwards — redirect_uri, state, and scope — so most breaks are the
authorization server or the client trusting one of those a little too much. The
token is the prize; the flow is the attack surface. Follow the redirect that
carries the code, and you follow the credential.
Only against systems you are authorized to test.