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

OAuth PKCE support #539

Open
shimono opened this issue Dec 20, 2019 · 0 comments
Open

OAuth PKCE support #539

shimono opened this issue Dec 20, 2019 · 0 comments
Assignees
Labels

Comments

@shimono
Copy link
Member

shimono commented Dec 20, 2019

Overview

Support Proof Key for Code Exchange by OAuth Public Clients (RFC 7636)
https://tools.ietf.org/html/rfc7636

Spec

At Authorization Endpoints, accept the following parameters

  • code_challenge
  • code_challenge_method

At Token Endpoints, accept the following parameters

  • code_verifier
@shimono shimono self-assigned this Jan 14, 2020
@shimono shimono added this to Backlog in Current Work via automation Jan 14, 2020
@shimono shimono added this to the 1.7.22 milestone Jan 14, 2020
@shimono shimono modified the milestones: 1.7.22, 1.7.23 Sep 30, 2020
@tochi-y tochi-y modified the milestones: 1.7.23, next-candidate Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Current Work
  
Backlog
Development

No branches or pull requests

2 participants