update Admin OpenID IDP settings

put

/ccadmin/v1/openid/metadata/idpSettings

Update Admin OpenID IDP settings.

Request

Supported Media Types
Body ()
Root Schema : updateAdminOpenIDIdPSettings_request
Type: object
Show Source
Example:
{
    "agent_app_client_secret":"8de85697-f5cb-4346-910d-453add786933",
    "admin_app_client_id":"3eec13c77e92421eac9ecf87fbea3b16",
    "idp_base_url":"https://cx-tenant02.identity.example.com",
    "admin_app_client_secret":"1e24b226-0436-4c6b-9692-a6fe7fee37d7",
    "agent_app_client_id":"b3e03d5dc3254713a3c8bfd98e296cd2"
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : updateAdminOpenIDIdPSettings_response
Type: object
Show Source
Example Response (application/json)
{
    "agent_app_client_secret":"8de85697-f5cb-4346-910d-453add786933",
    "admin_app_client_id":"3eec13c77e92421eac9ecf87fbea3b16",
    "idp_base_url":"https://cx-tenant02.identity.example.com",
    "admin_app_client_secret":"1e24b226-0436-4c6b-9692-a6fe7fee37d7",
    "agent_app_client_id":"b3e03d5dc3254713a3c8bfd98e296cd2"
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |52300|Internal Error.|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top