put https://$DOMAIN/autoql/management/api/v1/identity-providers/
Update an Identity Provider Configuration
- Requires AutoQL JWT
Log in to see full request history
Response
Update an Identity Provider Configuration
xxxxxxxxxx
11curl --request PUT \
--url 'https:///$DOMAIN/autoql/management/api/v1/identity-providers/client_app' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"client_app": "WEBAPP",
"scope": "openid offline_access email profile",
"requires_group_authorization": false
}
'
Try It!
to start a request and see the response here! Or choose an example: