Get organization JIT SSO connectors
Get enterprise SSO connectors for just-in-time provisioning of users in the organization.
Path parameters
-
The unique identifier of the organization.
GET /api/organizations/{id}/jit/sso-connectors
curl \
-X GET https://[tenant_id].logto.app/api/organizations/{id}/jit/sso-connectors \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"tenantId": "string",
"id": "string",
"providerName": "string",
"connectorName": "string",
"config": {},
"domains": [
"string"
],
"branding": {
"displayName": "string",
"logo": "string",
"darkLogo": "string"
},
"syncProfile": true,
"createdAt": 42.0
}
]