- URL:
- https://<root>/security/saml/update
- Methods:
- POST
- Required Capability:
- Access allowed with the "Security and infrastructure" privilege
- Version Introduced:
- 10.9
Description
The update operation enables SAML certification when the identity value for an imported SAML identity certificate is provided and SAML configuration is enabled.
Request parameters
| Parameter | Details | 
|---|---|
| 
 | A JSON object containing the  Example  | 
| 
 | The response format. The default format is  Values:  | 
Example usage
The following is a sample POST request for the update operation:
POST /context/admin/security/saml/update HTTP/1.1
Host: organization.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
samlSecurityConfig=samlSecurityConfig={
  "enabled": true,
  "identityCertificateName": "samlcert"
}&f=pjson&token=_kBqsaCPR-Ql1iGaWTDt1xw_bHMgOCJK7wojmD205-P4Hg2-7WAo-GxPOtDMa0AJTrudIll_YCA-zWuqqXvjaCrA9mVkZBb9lQHm2keiO9rktrKM4ycD-Nh6f0Wc3YWf9Q7AdCMexgtAK61ZqmWVdKvvkqsHFcCMrg7IE-CmKyrO57I8z_SSiFZCLmgOupIaHqMJMsCKgfa8KMbxiVtRHseJIbBNddDVVXjqYKdbjf3ildQs9rK6i-0CHXOPUaYpJSON Response example
{"status": "success"}