Merge pull request #16900 from overleaf/jel-delete-sso-config

[web] Delete SSO config

GitOrigin-RevId: 141f8699f681d6a8cd2bc4d7f0b669138446e878
This commit is contained in:
Jessica Lawshe 2024-02-07 10:28:33 -06:00 committed by Copybot
parent c027d023b6
commit 24182c06cf
2 changed files with 2 additions and 0 deletions

View file

@ -1177,6 +1177,7 @@
"spell_check": "",
"sso": "",
"sso_active": "",
"sso_config_deleted": "",
"sso_config_prop_help_certificate": "",
"sso_config_prop_help_first_name": "",
"sso_config_prop_help_last_name": "",

View file

@ -1739,6 +1739,7 @@
"sso_account_already_linked": "Account already linked to another __appName__ user",
"sso_active": "SSO active",
"sso_already_setup_good_to_go": "Single sign-on is already set up on your account, so youre good to go.",
"sso_config_deleted": "SSO configuration deleted",
"sso_config_prop_help_certificate": "Base64 encoded certificate without whitespace",
"sso_config_prop_help_first_name": "The SAML attribute that specifies the users first name",
"sso_config_prop_help_last_name": "The SAML attribute that specifies the users last name",