Skip to content

Access token revocation on code reuse attempt #19

@tekul

Description

@tekul

OP-OAuth-2nd-Revokes requires that using an authorization code twice revokes access tokens.

See also 10.5 of RFC6749

The requirement is only for access tokens based on the code itself, but this won't be possible for JWT tokens which aren't cached at the OP. The code would also have to be stored with the token.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions