- URL:
- https://<root>/security/saml
- Methods:
GET
- Required Capability:
- Access allowed with the "Security and infrastructure" privilege
- Version Introduced:
- 10.9
Description
The saml
resource returns information about the SAML configuration for an organization. If SAML is configured, the enabled
property will return as true
and identity
will show the name of the imported identity certificate. For more information about setting up SAML logins, see Configure security settings. You can modify the properties returned by this resource using the update
operation.
Request parameters
Parameter | Details |
---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access the saml
resource:
https://organization.domain.com/context/admin/security/saml?f=pjson
JSON Response example
{
"enabled": true
"identityCertificateName": "samlcert"
}