# SamlAttributeMapping

**Kind:** Interface

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

Attribute-mapping shape persisted on SamlConfig.attributeMapping.

## Properties

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