1
0
mirror of https://github.com/bitwarden/web synced 2026-01-19 17:03:21 +00:00

[Require SSO] Enterprise policy adjustment (#676)

* Commits for policies/edit/strings

* more initial commits of policy/edit/strings

* More changes for require sso

* Updated strings to match policy string patterns

* Updated false enable on error

* Removed sso prevalidate prereq // adjusted callout

* Updated policy array creation and added display value
This commit is contained in:
Vincent Salucci
2020-10-26 11:56:02 -05:00
committed by GitHub
parent a51331d6b2
commit beebe7c98b
5 changed files with 121 additions and 70 deletions

View File

@@ -3221,5 +3221,20 @@
},
"onlyOrgPolicyWarning": {
"message": "Organization members who are already a member of another organization will be removed from your organization."
},
"requireSso": {
"message": "Single Sign-On Authentication"
},
"requireSsoPolicyDesc": {
"message": "Require users to log in with the Enterprise Single Sign-On method."
},
"prerequisite": {
"message": "Prerequisite"
},
"requireSsoPolicyReq": {
"message": "The Single Organization enterprise policy must be enabled before activating this policy."
},
"requireSsoPolicyReqError": {
"message": "Single Organization policy not enabled."
}
}