Error
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>",
"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>",
"scopes": [
"<string>"
],
"sp_entity_id": "<string>",
"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
}
}Api::V1::Admin::SsoConnection
List ssoconnections
Returns a paginated list of ssoconnections.
GET
/
api
/
v1
/
admin
/
sso_connections
Error
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>",
"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>",
"scopes": [
"<string>"
],
"sp_entity_id": "<string>",
"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
}
}⌘I