mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 13:27:45 +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 'Content-Type: application/json' \
|
||||
--data '{
|
||||
"token": "k50WQmDaPIazQDJsyKaEPaQPwgsytxqgQ3K1ifQeQtAmeQ"
|
||||
"idpIntentToken": "k50WQmDaPIazQDJsyKaEPaQPwgsytxqgQ3K1ifQeQtAmeQ"
|
||||
}'
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user