# SamlAttributeMappingDto

**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#L21)

SAML attribute mapping — each value is the assertion attribute name/claim URI
to read the corresponding user field from. All optional; sensible fallbacks
are applied server-side when a field is unmapped.

## Properties

| Property | Type |
|---|---|
| `email` | `string` |
| `name` | `string` |
| `firstName` | `string` |
| `lastName` | `string` |
| `groups` | `string` |
