# List SSO connections List SSO connections of a tenant. Learn more about SSO Connections. Endpoint: GET /authn2/v0/tenant/{enterprise_id}/connection Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) Enterprise ID ## Query parameters: - `is_default` (boolean) Is Default ## Response 200 fields (application/json): - `count` (integer) - `connections` (array) - `connections.connection_id` (string) - `connections.connection` (object) - `connections.connection.name` (string) - `connections.connection.strategy` (any) Strategy: * samlp - SAML connection * oidc - OIDC connection Enum: "samlp", "oidc" - `connections.connection.is_default` (boolean) ## Response 400 fields (application/json): - `status` (integer) Either 'status' or 'code' will be present, but not both. - `code` (integer) Either 'status' or 'code' will be present, but not both. - `error` (string) Either 'error' or 'errors' will be present, but not both. - `errors` (array) Either 'error' or 'errors' will be present, but not both. - `message` (string) ## Response 401 fields (application/json): - `status` (integer) Either 'status' or 'code' will be present, but not both. - `code` (integer) Either 'status' or 'code' will be present, but not both. - `error` (string) Either 'error' or 'errors' will be present, but not both. - `errors` (array) Either 'error' or 'errors' will be present, but not both. - `message` (string)