Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for authorization code grant with PKCE for distributed apps #1067

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 7, 2024

  1. Add support for authorization code grant with PKCE for distributed apps

    move handlers for code challenge from OIDC Authorization Controller to the base authorization controller, so that non-OIDC flows can leverage it as well
    
    Add mechanism to enforce PKCE code challenges for public clients
    
    Add mechanism to configure supported code challenge methods
    
    change code_verifier comparison to use hash_equals() to avoid timing attacks
    
    added tests for all PKCE code challenge flows
    ls-sean-fraser committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    de7e02d View commit details
    Browse the repository at this point in the history