Get SAML Service Provider - GET /SamlServiceProvider (v2.0 and up)



Get details of the SAML service provider.

The ‘Manage Authentication Providers’ permission is required to execute this API.

Usage:

  1. GET /SamlServiceProvider and get details of the SAML service provider
  2. PUT /SamlServiceProvider and update the SAML service provider’s details

URL

/cxrestapi/auth/SamlServiceProvider

Method:

GET

Media Type (header):

Authorization: Bearer <access token value>
Accept: application/json;v=1.0

Parameters

None

Success Response:

Code: 200 Success

Error Response:

Code: 401 Unauthorized
Code: 403 Forbidden
Code: 404 Not found

Sample Response:

{
"assertionConsumerServiceUrl": "http://localhost/CxRestAPI/auth/identity/samlAcs",
"certificateFileName": "DefaultSamlServiceProvider.pfx",
"certificateSubject": "CN=Access Control",
"issuer": "http://localhost"
}

Notes:

Retrieves SAML service provider details. If the request fails, it returns an error response.




Send Documentation Feedback - If you have comments about this documentation, you can contact the documentation team by sending your feedback to usWe appreciate your feedback!