Get SSO configuration

Returns the SSO configuration.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

namestringRequired
The name of the SSO configuration to get

Response

The SSO configuration document
namestring
Name of the SSO configuration
ssoTypeenum
Single sign on type, SAML, OpenID, etc.
Allowed values:
settingsobject
The configuration for the sso type used
testedboolean
Whether the sso config was tested

Errors

500
Internal Server Error