updateSamlSettings

put

/ccadmin/v1/merchant/samlSettings

Update Saml Settings. Update the SAML settings.

Request

Supported Media Types
Body ()
Root Schema : updateSamlSettings_request
Type: object
Show Source
Example:
PUT /ccadminui/v1/merchant/samlSettings
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : updateSamlSettings_response
Type: object
Show Source
Nested Schema : certificate
Type: object
Details of SAML certificate.
Show Source
Example Response (application/json)
{
    "nameIdPolicyFormat":"urn:oasis:names:tc:SAML:2.0:nameid-format:persistent",
    "requireEncryptedAssertions":false,
    "requireSignedResponse":false,
    "certificate":{
        "endDate":"2048-12-14T18:16:00.000Z",
        "startDate":"2021-07-29T18:16:00.000Z"
    },
    "signAuthnRequest":true,
    "spMetadata":"[Base64 encoded SP Metadata]",
    "nameIdPolicyAllowCreate":true,
    "enabled":true
}

Default Response

The error response
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