oidc.track.usernameRegexp.default
- Module: cmas-core-security
- Description: Defines the regular expression used for mapping the user name claim values to ConSol CM user names. Replace “default” by the name of the configuration in the property name to specify this setting for a specific configuration.
“upn” as claim: (.*)@.* will transform the claim value “user1@sso.yourdomain.com” to “user1” and look up “user1” in the ConSol CM database.
“unique_name” as claim: .*\\(.*) will transform the claim value “SSO\user1” to “user1” and look up “user1” in the ConSol CM database.
- Type: string
- Restart required: no
- System: yes
- Optional: no
- Since: 6.14.0.3 (CM/Track), 6.16.0.0 (Web Client), 6.17.0.0 (CM/Track V3, Web Admin Suite)