PUT Identity Providers ID
The PUT /IdentityProviders/{id} operation updates an identity provider in the AnyCAGateway REST. On success, the operation returns HTTP 200 OK with the details of the identity provider.
Table 1355: PUT Identity Providers {id} Input Parameters
| Name |
In |
Description |
|---|---|---|
| ID | Path | Required. A string containing the AnyCAGateway REST reference GUID for the identity provider. |
| Authentication Scheme | Body | Required. A string indicating the authentication scheme (reference name) for the identity provider. This must be a unique value among identity providers. |
| Display Name | Body | Required. A string indicating the display name for the identity provider. This must be a unique value among identity providers. |
| ProviderType | Body |
Required. A string indicating the AnyCAGateway REST provider type of the identity provider. Possible values are:
|
| AuthenticationEnabled | Body |
Optional, but set to True by default if not explicitly set through POST. A Boolean that allows users to turn on and off identity providers in the AnyCAGateway REST. Note: Identity providers cannot be False if the provider is used as the default identity provider for login in the appsettings.json file. Users cannot authenticate with identity providers that are False. Internally defined identity providers cannot be set to False (for example, Active Directory, client certificates, unknown, internal use).
|
| Parameters | Body |
Required. For example: Copy
|
Table 1357: PUT Identity Providers {id} Response Data
| Name |
Description |
|---|---|
| ID | A string containing the AnyCAGateway REST reference GUID for the identity provider. |
| Authentication Scheme | A string indicating the authentication scheme (reference name) for the identity provider. This must be a unique value among identity providers. |
| Display Name | A string indicating the display name for the identity provider. This must be a unique value among identity providers. |
| TypeId |
A string indicating the reference GUID for the type of identity provider. Possible values include:
|
| AuthenticationEnabled |
Optional, but set to True by default if not explicitly set through POST. A Boolean that allows users to turn on and off identity providers in the AnyCAGateway REST. Note: Identity providers cannot be False if the provider is used as the default identity provider for login in the appsettings.json file. Users cannot authenticate with identity providers that are False. Internally defined identity providers cannot be set to False (for example, Active Directory, client certificates, unknown, internal use).
|
| Parameters |
|
You can access the API Reference and Utility from the Help icon (
) in the AnyCAGateway REST portal, located next to the Logout button.
Was this page helpful? Provide Feedback