Error
A valid request URL is required to generate request examples{
"sso_connections": [
{
"id": "<string>",
"allow_password_fallback": true,
"certificate_expires_at": "<string>",
"created_at": "<string>",
"domains": [
"<string>"
],
"enforce_sso": true,
"has_certificate": true,
"has_client_secret": true,
"jit_provisioning": true,
"last_metadata_refresh_at": "<string>",
"name": "<string>",
"organization_id": "<string>",
"updated_at": "<string>"
}
]
}{
"error": "<string>"
}Api::V1::Org::SsoConnection
List ssoconnections
Returns a paginated list of ssoconnections.
GET
/
api
/
v1
/
org
/
{org_slug}
/
sso_connections
Error
A valid request URL is required to generate request examples{
"sso_connections": [
{
"id": "<string>",
"allow_password_fallback": true,
"certificate_expires_at": "<string>",
"created_at": "<string>",
"domains": [
"<string>"
],
"enforce_sso": true,
"has_certificate": true,
"has_client_secret": true,
"jit_provisioning": true,
"last_metadata_refresh_at": "<string>",
"name": "<string>",
"organization_id": "<string>",
"updated_at": "<string>"
}
]
}{
"error": "<string>"
}⌘I