Kind: Class
Source: atloria-monorepo/apps/api/src/auth/saml/dto/saml.dto.ts
Full upsert of an org's SAML configuration.
Properties
| Property | Type |
|---|---|
ssoUrl | string |
entityId | string |
certificate | string |
attributeMapping | SamlAttributeMappingDto |
defaultRole | UserRole |
allowedDomains | string[] |
enforceSso | boolean |
Was this page helpful?