1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

refactor(sso-config-tweaks): [Auth/PM-933] Tweaks to SSO Config Page (#16374)

Makes some tweaks to the SSO config page:
- SSO Identifier: update hint text
- Single Sign-On Service URL: make required, remove hint text
- Client Secret: make hidden by default (add view/hide toggle)
This commit is contained in:
rr-bw
2025-10-01 08:54:33 -07:00
committed by GitHub
parent 7b94d6ab2b
commit de3759fa85
3 changed files with 20 additions and 8 deletions

View File

@@ -5219,9 +5219,13 @@
"ssoIdentifier": {
"message": "SSO identifier"
},
"ssoIdentifierHintPartOne": {
"message": "Provide this ID to your members to login with SSO. To bypass this step, set up ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Provide this ID to your members to login with SSO. To bypass this step, set up Domain verification'"
"ssoIdentifierHint": {
"message": "Provide this ID to your members to login with SSO. Members can skip entering this identifier during SSO if a claimed domain is set up. ",
"description": "This will be used as part of a larger sentence, broken up to include a link. The full sentence will read 'Provide this ID to your members to login with SSO. Members can skip entering this identifier during SSO if a claimed domain is set up. Learn more'"
},
"claimedDomainsLearnMore": {
"message": "Learn more",
"description": "This will be used as part of a larger sentence, broken up to include a link. The full sentence will read 'Provide this ID to your members to login with SSO. Members can skip entering this identifier during SSO if a claimed domain is set up. Learn more'"
},
"unlinkSso": {
"message": "Unlink SSO"