Skip to content

Commit 5b1ab35

Browse files
authored
Fixed typo in oauth2_full_name_claim_name string (#35199)
Fixes: #35197 - Replaced ';' with '-' in oauth2_full_name_claim_name string to fix parsing issue. Signed-off-by: satnam72 <[email protected]>
1 parent 5d94c9d commit 5b1ab35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3253,7 +3253,7 @@ auths.oauth2_required_claim_name_helper = Set this name to restrict login from t
32533253
auths.oauth2_required_claim_value = Required Claim Value
32543254
auths.oauth2_required_claim_value_helper = Set this value to restrict login from this source to users with a claim with this name and value
32553255
auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional)
3256-
auths.oauth2_full_name_claim_name = Full Name Claim Name. (Optional; if set, the user's full name will always be synchronized with this claim)
3256+
auths.oauth2_full_name_claim_name = Full Name Claim Name. (Optional if set, the user's full name will always be synchronized with this claim)
32573257
auths.oauth2_ssh_public_key_claim_name = SSH Public Key Claim Name
32583258
auths.oauth2_admin_group = Group Claim value for administrator users. (Optional — requires claim name above)
32593259
auths.oauth2_restricted_group = Group Claim value for restricted users. (Optional — requires claim name above)

0 commit comments

Comments
 (0)