mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-08 18:57:40 +00:00
fix: Update payload for Get Provider Information (#7086)
Update payload for Get Provider Information Payload was set to token when it should be idpIntentToken Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
parent
7dc8c19f39
commit
e15f6229cd
@ -76,7 +76,7 @@ curl --request POST \
|
|||||||
--header 'Authorization: Bearer '"$TOKEN"''\
|
--header 'Authorization: Bearer '"$TOKEN"''\
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
--data '{
|
--data '{
|
||||||
"token": "k50WQmDaPIazQDJsyKaEPaQPwgsytxqgQ3K1ifQeQtAmeQ"
|
"idpIntentToken": "k50WQmDaPIazQDJsyKaEPaQPwgsytxqgQ3K1ifQeQtAmeQ"
|
||||||
}'
|
}'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user