/v1/api/ssoIntegrations (GET) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v3.x.x

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 - Missing or invalid token
  • FORBIDDEN - You are not authorized to perform this action
  • INTERNAL SERVER ERROR - Unexpected error