You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2025. It is now read-only.
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.