SSO
Get SSO Connection
Return the caller tenant’s SAML SSO connection, including the public SP URLs to hand to the identity provider.
GET
Get the caller tenant's SAML SSO connection
Returns the tenant’s SAML SSO connection: the identity provider (IdP) details
an admin submitted with
Dashboard sessions authenticate with the
PUT /v1/sso/connection, whether the connection
is enabled, and the two public Service Provider (SP) URLs the IdP needs — the
SP metadata URL and the
Assertion Consumer Service URL. Each tenant
has at most one connection, so there is no ID to pass.
Any authenticated member of the tenant can read the connection; only owners
and admins can change it. The IdP certificate and metadata XML are returned
as stored — what the admin submitted, with surrounding whitespace trimmed —
and nothing beyond what the admin entered is exposed.
Remove the connection with
DELETE /v1/sso/connection.
Example Request
recurso_session cookie instead of
a bearer token.
Response
Fields
Errors
Errors use the standard envelope — see Errors.