Returns information about the configured SSO integrations.
Request: GET https://api-<BlueCat.edge.url>/v1/api/ssoIntegrations
Authorization: Bearer authentication token
Response
200 OK
Content-Type: application/JSON
[{
"id": "<id>",
"name": "<connection_name>",
"type": "SAML",
"description": "<description>",
"signInUrl": "<sign_in_endpoint>",
"signingCertificate": "<idp_signing_certificate_x509>",
"userIdAttribute": "<user_id_attribute_in_saml>",
"protocolBinding": "<HTTP-Redirect | HTTP-POST>",
"active": true | false
}],
...
Successful response code:
- OK - Successful request
Possible error codes:
- UNAUTHORIZED - Invalid access token
- INTERNAL SERVER ERROR - Unexpected error