-
Hi. I'm trying to implement a PKCE flow, I can get the code, but I can't exchange it for an access token, i get this error
I try to use the "login_challenge" as code_verifier for generate the code verifier and get this request using the algorithm code_challenge = BASE64URL-ENCODE(SHA256(ASCII(code_verifier))).
|
Beta Was this translation helpful? Give feedback.
Answered by
vzenix
Mar 8, 2021
Replies: 1 comment
-
Ok, i find the solution, when start the request i need to add a code_challenge. The start of flow is with the params
The end flow
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vzenix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, i find the solution, when start the request i need to add a code_challenge.
The start of flow is with the params
The end flow