# UpdateSamlConfigDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/auth/saml/dto/saml.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/auth/saml/dto/saml.dto.ts#L30)

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` |
