mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +00:00
# Which Problems Are Solved The current docs of the Authorization code grant do not mention that for the authentication method type "None (PKCE)", you need to additionally provide a `client_id` parameter. # How the Problems Are Solved Missing parameter is added to the docs. # Additional Context - Closes #8506
This commit is contained in:
parent
0bcf136f6f
commit
78b19c32ac
@ -219,10 +219,11 @@ Send your `client_id` and `client_secret` as parameters in the body:
|
||||
</TabItem>
|
||||
<TabItem value="none">
|
||||
|
||||
Send your `code_verifier` for us to recompute the `code_challenge` of the authorization request.
|
||||
Send your `client_id` and `code_verifier` for us to recompute the `code_challenge` of the authorization request.
|
||||
|
||||
| Parameter | Description |
|
||||
| ------------- | ------------------------------------------------------------ |
|
||||
| client_id | client_id of the application |
|
||||
| code_verifier | code_verifier previously used to generate the code_challenge |
|
||||
|
||||
</TabItem>
|
||||
|
Loading…
Reference in New Issue
Block a user