Kind: Interface
Source: atloria-monorepo/apps/api/src/auth/saml/saml.service.ts
Logical claims we resolve from a SAML assertion.
Properties
| Property | Type |
|---|---|
email | string |
name | string |
firstName | string |
lastName | string |
groups | string[] |
Kind: Interface
Source: atloria-monorepo/apps/api/src/auth/saml/saml.service.ts
Logical claims we resolve from a SAML assertion.
| Property | Type |
|---|---|
email | string |
name | string |
firstName | string |
lastName | string |
groups | string[] |
Was this page helpful?