# RepairSsoDto

**Kind:** Class

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

Platform-admin SSO repair. Mirrors the writable fields of the self-serve
upsert (SamlService.upsertConfig). `certificate` is optional — omit it to keep
the stored cert (the read endpoint never echoes it back, only a fingerprint).

## Properties

| Property | Type |
|---|---|
| `ssoUrl` | `string` |
| `entityId` | `string` |
| `certificate` | `string` |
| `attributeMapping` | `Record<string, string>` |
| `allowedDomains` | `string[]` |
| `isEnabled` | `boolean` |
| `reason` | `string` |
