Features
Access and personalization
Use approved DocID® profile claims to create relevant website journeys.
DocID® profile claims can support access rules and tailored website experiences when the corresponding information is available and your organization has an appropriate purpose for using it.
Example decisions
- Route a user to content for a selected language or country
- Adapt content for a professional group or discipline
- Permit an employee-only area
- Exclude a defined audience from a campaign or action
Implementation pattern
- Request only the scopes required for the experience.
- Read claims on your server after successful authentication.
- Convert the approved claims into a small application-specific access decision.
- Store the decision—not unnecessary raw profile data—in the local session.
- Define a safe default when a claim is absent or not eligible.
Do not assume every claim is present. Your application must handle optional profile fields and changed profile information.