Create a new OpenID Connect.
POST
/openidconnects
201Description
If ID is provided and an object with that ID already exists, a 409 (conflict) error is returned.
Roles
At least one of the roles below is required to access this endpoint.
FullAccessOpenIDConnectAdmin
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 | --- | --- | --- |