Kind: Class
Source: atloria-monorepo/apps/api/src/platform/dto/repair-sso.dto.ts
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 |
Was this page helpful?