get Admin OpenID IDP settings
get
                    /ccadmin/v1/openid/metadata/idpSettings
Get Admin OpenID IDP settings.
                Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : getAdminOpenIDIdPSettings_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            admin_app_client_id(optional): 
            string
            The client id of the OCCS Admin App registered in IDP
- 
            admin_app_client_secret(optional): 
            string
            The client secret of the OCCS Admin App registered in IDP
- 
            agent_app_client_id(optional): 
            string
            The client id of the OCCS Agent App registered in IDP
- 
            agent_app_client_secret(optional): 
            string
            The client secret of the OCCS Agent App registered in IDP
- 
            idp_base_url(optional): 
            string
            The base URL of IDP.
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.|
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code
- 
            type(optional): 
            string
            The URI to the HTTP state code definition
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
- 
            errorCode(optional): 
            string
            The numerical code identifying the error
- 
            message(optional): 
            string
            The localized message describing the error
- 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
- 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
- 
            status(optional): 
            string
            The HTTP status code