update a identity provider
Identity providers provide means of authentication. Providing authentication and identity management for the end-users, the configuration of the identity provider resource help managing the interfaces and the enabled features customizing the end-users authentication flow. The field descriptions are available in the main documentation page.
PATCH /api/identity-providers/:identity_provider_id updates the identified identity provider resource
| Path Parameters |
|---|
identity_provider_id string — REQUIRED |
| Request Body — REQUIRED |
|---|
identity_provider object — REQUIREDid string — REQUIRED | choose_session boolean | confirmable boolean | consentable boolean | name string | registrable boolean | type string |
|
| Responses |
|---|
| Schema — OPTIONAL |
|---|
data object — OPTIONALid string | choose_session boolean — OPTIONAL | confirmable boolean — OPTIONAL | consentable boolean — OPTIONAL | name string — OPTIONAL | registrable boolean — OPTIONAL | type string — OPTIONAL |
|
|
401
The client is unauthorized to access this resource. | Schema — OPTIONAL |
|---|
code string | message string |
|
403
The client is forbidden to access this resource. | Schema — OPTIONAL |
|---|
code string | message string |
|