From 5b1ab35ced1eb43b065b12b840e75ed351f9e80d Mon Sep 17 00:00:00 2001 From: satnam72 <125819218+satnam72@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:26:43 -0400 Subject: [PATCH] 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 <125819218+satnam72@users.noreply.github.com> --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index a81d4c7d6c..53fbf0af76 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -3253,7 +3253,7 @@ auths.oauth2_required_claim_name_helper = Set this name to restrict login from t auths.oauth2_required_claim_value = Required Claim Value 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 auths.oauth2_group_claim_name = Claim name providing group names for this source. (Optional) -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) +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) auths.oauth2_ssh_public_key_claim_name = SSH Public Key Claim Name auths.oauth2_admin_group = Group Claim value for administrator users. (Optional — requires claim name above) auths.oauth2_restricted_group = Group Claim value for restricted users. (Optional — requires claim name above)