fix: rest path for StartIdentityProviderIntent (#6447)

This commit is contained in:
Livio Spring
2023-08-30 10:42:24 +02:00
committed by GitHub
parent 14d799e750
commit 0d94947d3c
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ In the response, you will get an authentication URL of the provider you like.
```bash
curl --request POST \
--url https://$ZITADEL_DOMAIN/v2alpha/idp_intents/start \
--url https://$ZITADEL_DOMAIN/v2alpha/idp_intents \
--header 'Accept: application/json' \
--header 'Authorization: Bearer '"$TOKEN"''\
--header 'Content-Type: application/json' \