Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the source field for the 'username' claim in OAuth-OIDC provisioning, facilitating user account creation based on incoming ID Tokens. |
| What area does it affect? |
OAuth-OIDC User Provisioning |
| What does the default mean? |
The default value is "u_email", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring user provisioning settings or changing the username format for incoming claims. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.oauth.oidc.provision.username_claim |
| Sys ID |
ec056702b7430010616ceb67ee11a9af |
| Type |
string |
| Application |
Global |
| Default value |
u_email |
| Description |
The 'username' claim as a source field from incoming ID Token/User Info claims to be used for adding a field mapping for ID Token and/or User Info Datasource during OAuth-OIDC Automatic User Provisioning. The Corresponding SYS_USER field (as a target field) would be set in property 'glide.oauth.oidc.provision.username_field'.
Defaulting the username claim as email here as, emails are the username for ID Token/User Info claims. |
| Updated |
2024-05-25 03:39:12 |
Related properties