From 27f3466b140c562e147b8d5e8fcc24610f888d36 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:07:32 -0600 Subject: [PATCH] Merge pull request #17253 from overleaf/ab-sso-disabled-block-enrollment [web] Block access to SSO enrollment when config is disabled GitOrigin-RevId: 0fc165d0bb43a0b042b4d524a2b4eae54611476c --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index a61acce16b..97615f19b0 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -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": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index a6d9f57dd9..3461916789 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -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__",