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

Serial PKCE Refresh #1755

Open
kuhnboy opened this issue Nov 27, 2024 · 1 comment
Open

Serial PKCE Refresh #1755

kuhnboy opened this issue Nov 27, 2024 · 1 comment
Labels
question Further information is requested

Comments

@kuhnboy
Copy link

kuhnboy commented Nov 27, 2024

I am using an identity provider that requires a code_verifier and code_challenge upon token refresh (Serial PKCE Refresh). There does not seem to be support for this in the library. The idea is that each time a refresh occurs, the code_verifier is a new one and code_challenge is the encoded hash of the last code_verifier used (either from a previous token refresh or the original code exchange).

@kuhnboy kuhnboy changed the title code_challenge missing from token refresh Serial PKCE Refresh Nov 27, 2024
@deanmaster
Copy link

@kuhnboy any specification on this ?

@pamapa pamapa added the question Further information is requested label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants