Create or update a OpenID Connect.
PUT
/openidconnects/{openidconnectID}
200Description
If an object with the same ID already exists, it will be overwritten.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessOpenIDConnectAdmin
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
openidconnectID | Required | string | ID of the openidconnect. | --- |
Request Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
OrderCloudApiClientID | Required | string | --- | --- | --- | |
ConnectClientID | Required | string | --- | --- | --- | |
ConnectClientSecret | Required | string | --- | --- | --- | |
AppStartUrl | Required | string | --- | --- | --- | |
AuthorizationEndpoint | Required | string | --- | --- | --- | |
TokenEndpoint | Required | string | --- | --- | --- | |
UrlEncoded | boolean | --- | --- | --- | ||
IntegrationEventID | string | --- | --- | --- | ||
CallSyncUserIntegrationEvent | boolean | --- | --- | --- | ||
AdditionalIdpScopes | array | --- | --- | --- | ||
CustomErrorUrl | string | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
OrderCloudApiClientID | string | --- | --- | --- | ||
ConnectClientID | string | --- | --- | --- | ||
ConnectClientSecret | string | --- | --- | --- | ||
AppStartUrl | string | --- | --- | --- | ||
AuthorizationEndpoint | string | --- | --- | --- | ||
TokenEndpoint | string | --- | --- | --- | ||
UrlEncoded | boolean | --- | --- | --- | ||
IntegrationEventID | string | --- | --- | --- | ||
CallSyncUserIntegrationEvent | boolean | --- | --- | --- | ||
IntegrationEventName | Read Only | string | --- | --- | --- | |
AdditionalIdpScopes | array | --- | --- | --- | ||
CustomErrorUrl | string | --- | --- | --- |