mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 02:27:24 +00:00
docs: fix request example in custom login with idp docs (#7154)
Co-authored-by: Florian Forster <florian@zitadel.com>
This commit is contained in:
parent
46175b7cff
commit
e9cb1b90aa
@ -31,9 +31,11 @@ curl --request POST \
|
|||||||
--header 'Authorization: Bearer '"$TOKEN"''\
|
--header 'Authorization: Bearer '"$TOKEN"''\
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
--data '{
|
--data '{
|
||||||
"idp_id": "$IDP_ID",
|
"idpId": "$IDP_ID",
|
||||||
"successUrl": "https://custom.com/login/idp/success",
|
"urls": {
|
||||||
"failureUrl": "https://custom.com/login/idp/fail"
|
"successUrl": "https://custom.com/login/idp/success",
|
||||||
|
"failureUrl": "https://custom.com/login/idp/fail"
|
||||||
|
}
|
||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user