/v1/admin/identity-providers/{config_id}| Name | Type | Required | Description |
|---|---|---|---|
config_id | string | Required |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
display_nameobjectissuerobjectdiscovery_urlobjectclient_idobjectclient_secretobjectclient_secret_refobjectallowed_scopesobjectallowed_email_domainsobjectrequire_email_verifiedobjectstatusobjectcurl -X PATCH '/api-proxy/v1/admin/identity-providers/{config_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"display_name": {},
"issuer": {},
"discovery_url": {},
"client_id": {},
"client_secret": {},
"client_secret_ref": {},
"allowed_scopes": {},
"allowed_email_domains": {},
"require_email_verified": {},
"status": {}
}'No response body documented
curl -X PATCH '/api-proxy/v1/admin/identity-providers/{config_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN>' \
-H 'Content-Type: application/json' \
-d '{
"display_name": {},
"issuer": {},
"discovery_url": {},
"client_id": {},
"client_secret": {},
"client_secret_ref": {},
"allowed_scopes": {},
"allowed_email_domains": {},
"require_email_verified": {},
"status": {}
}'No response body documented