A valid request URL is required to generate request examples{
"sso_connections": [
{
"id": "<string>",
"allow_password_fallback": true,
"attribute_mapping": {},
"authorization_endpoint": "<string>",
"certificate_expires_at": "<string>",
"client_id": "<string>",
"created_at": "<string>",
"default_org_role": "owner_role",
"discovery_url": "<string>",
"domains": [
"<string>"
],
"enforce_sso": true,
"has_certificate": true,
"has_client_secret": true,
"idp_entity_id": "<string>",
"idp_metadata_url": "<string>",
"idp_slo_url": "<string>",
"idp_sso_url": "<string>",
"issuer": "<string>",
"jit_provisioning": true,
"jwks_uri": "<string>",
"last_metadata_refresh_at": "<string>",
"name": "<string>",
"name_id_format": "<string>",
"organization_id": "<string>",
"protocol": "saml",
"scopes": [
"<string>"
],
"sp_entity_id": "<string>",
"status": "draft",
"token_endpoint": "<string>",
"updated_at": "<string>",
"userinfo_endpoint": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}Returns a paginated list of ssoconnections.
A valid request URL is required to generate request examples{
"sso_connections": [
{
"id": "<string>",
"allow_password_fallback": true,
"attribute_mapping": {},
"authorization_endpoint": "<string>",
"certificate_expires_at": "<string>",
"client_id": "<string>",
"created_at": "<string>",
"default_org_role": "owner_role",
"discovery_url": "<string>",
"domains": [
"<string>"
],
"enforce_sso": true,
"has_certificate": true,
"has_client_secret": true,
"idp_entity_id": "<string>",
"idp_metadata_url": "<string>",
"idp_slo_url": "<string>",
"idp_sso_url": "<string>",
"issuer": "<string>",
"jit_provisioning": true,
"jwks_uri": "<string>",
"last_metadata_refresh_at": "<string>",
"name": "<string>",
"name_id_format": "<string>",
"organization_id": "<string>",
"protocol": "saml",
"scopes": [
"<string>"
],
"sp_entity_id": "<string>",
"status": "draft",
"token_endpoint": "<string>",
"updated_at": "<string>",
"userinfo_endpoint": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}