Skip to content

ScimName

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/api/src/scim/scim.mapper.ts

User ⇄ SCIM resource mapping (RFC 7643 §4.1).

Atloria stores a single name string, so we surface it as name.formatted + displayName and best-effort split into given/family for IdPs that show them. userName is the email (User.email is globally unique and is the SCIM handle).

Properties

PropertyType
formattedstring
givenNamestring
familyNamestring

Was this page helpful?

Download as PDF