You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
kuhnboy
changed the title
code_challenge missing from token refresh
Serial PKCE Refresh
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).
The text was updated successfully, but these errors were encountered: