Skip to main content
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 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

Dashboard sessions authenticate with the recurso_session cookie instead of a bearer token.

Response

Fields

Errors

Errors use the standard envelope — see Errors.

Authorizations

recurso_session
string
cookie
required

Dashboard user session cookie (httpOnly) issued by POST /auth/register and POST /auth/login. v1 endpoints accept EITHER this cookie or the tenant API key (bearerAuth).

Response

The tenant's SSO connection.

data
object