SAML

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 identityCertificateName 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

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the saml resource:

Use dark colors for code blocksCopy
1
https://organization.domain.com/context/admin/security/saml?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
{
  "enabled": true
  "identityCertificateName": "samlcert"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.