Kind: Class
Source: atloria-monorepo/apps/api/src/auth/saml/dto/saml.dto.ts
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 |
Was this page helpful?