Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Add support for composite name claims #56

@vlaurin

Description

@vlaurin

By default, QuickCase expect the full name to be extracted from a single, overridable name claim. However, this doesn't offer support for configurations where the name claim is not used and instead claims given_name and family_name are used in conjunction.

Support should be added to allow name to be configured as the concatenation of multiple claims, for example using a template string.

quickcase:
  oidc:
    claims:
      names: '${given_name} ${family_name}'

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions