Skip to content

RepairSsoDto

reference
1 min readUpdated

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

PropertyType
ssoUrlstring
entityIdstring
certificatestring
attributeMappingRecord<string, string>
allowedDomainsstring[]
isEnabledboolean
reasonstring

Was this page helpful?

Download as PDF