Opties
- Alle onderwerpen als nieuw markeren
- Onderwerp als gelezen markeren
- Dit onderwerp naar boven laten zweven
- Bladwijzer
- Abonneren
- Dempen
- Printervriendelijke pagina
- Als nieuw markeren
- Als bladwijzer markeren
- Abonneren
- Dempen
- Markeren
- Afdrukken
- Ongepaste inhoud melden
I am trying to implement the code grant flow with PKCE. The client ID I have is configured to use PKCE.
The URL accessed:
The URL return contains the code:
When exchanging the code for an access token returns a HTTP 400 with the body:
```
{"error":"invalid_grant"}
```
The request contains the `grant_type=authorization_code`, including the `code`, `client_id`, redirect_uri` and `code_verifier` as per the specification (https://docs.connect.visma.com/docs/native-applications).
There is no error code returned, so no way to see more information on the reason of the error.
What can be the cause of this issue?
Labels:
- Labels:
-
authentication settings
0 ANTWOORDEN 0
