# getSso

**Kind:** API Endpoint

**Source:** [`atloria-monorepo/apps/api/src/platform/platform.controller.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/platform/platform.controller.ts#L67)

View an org's SAML config for support (cert as fingerprint only).

## Endpoint

`GET /platform/orgs/:orgId/sso`

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `orgId` | path | `string` | ✓ |  |

## Referenced By

- `PlatformController` (MODULE_DECLARES)
