mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #17253 from overleaf/ab-sso-disabled-block-enrollment
[web] Block access to SSO enrollment when config is disabled GitOrigin-RevId: 0fc165d0bb43a0b042b4d524a2b4eae54611476c
This commit is contained in:
parent
b5c2423797
commit
346ad10d2e
2 changed files with 2 additions and 0 deletions
|
@ -1187,6 +1187,7 @@
|
|||
"sso_configuration": "",
|
||||
"sso_configuration_not_finalized": "",
|
||||
"sso_configuration_saved": "",
|
||||
"sso_disabled_by_group_admin": "",
|
||||
"sso_error_audience_mismatch": "",
|
||||
"sso_error_idp_error": "",
|
||||
"sso_error_invalid_external_user_id": "",
|
||||
|
|
|
@ -1727,6 +1727,7 @@
|
|||
"sso_configuration": "SSO configuration",
|
||||
"sso_configuration_not_finalized": "Your configuration has not been finalized.",
|
||||
"sso_configuration_saved": "SSO configuration has been saved",
|
||||
"sso_disabled_by_group_admin": "SSO has been disabled by your group administrator. You can still log in and use Overleaf as you normally would.",
|
||||
"sso_error_audience_mismatch": "The Service Provider entity ID configured in your IdP does not match the one provided in our metadata. Please contact your IT department for more information.",
|
||||
"sso_error_idp_error": "Your identity provider responded with an error.",
|
||||
"sso_error_invalid_external_user_id": "The SAML attribute provided by your IdP that uniquely identifies your user has an invalid format, a string is expected. Attribute: <0>__expecting__</0>",
|
||||
|
|
Loading…
Reference in a new issue