mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-05 04:36:29 +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:
@@ -31,9 +31,11 @@ curl --request POST \
|
||||
--header 'Authorization: Bearer '"$TOKEN"''\
|
||||
--header 'Content-Type: application/json' \
|
||||
--data '{
|
||||
"idp_id": "$IDP_ID",
|
||||
"idpId": "$IDP_ID",
|
||||
"urls": {
|
||||
"successUrl": "https://custom.com/login/idp/success",
|
||||
"failureUrl": "https://custom.com/login/idp/fail"
|
||||
}
|
||||
}'
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user