Merge pull request #16990 from overleaf/ab-test-flow-error-message-entity-id-mismatch

[web] Add message in the testing flow for the entity ID mismatch error

GitOrigin-RevId: 99d47d911a47b3933ad049bea0d2c3d604da6ea6
This commit is contained in:
Jessica Lawshe 2024-02-08 10:55:13 -06:00 committed by Copybot
parent 1b0c4215b8
commit ea4d63876a
2 changed files with 3 additions and 1 deletions

View file

@ -1050,6 +1050,7 @@
"revoke_invite": "", "revoke_invite": "",
"right": "", "right": "",
"role": "", "role": "",
"saml_audience_mismatch_error": "",
"saml_auth_error": "", "saml_auth_error": "",
"saml_identity_exists_error": "", "saml_identity_exists_error": "",
"saml_invalid_signature_error": "", "saml_invalid_signature_error": "",

View file

@ -1576,6 +1576,7 @@
"role": "Role", "role": "Role",
"ru": "Russian", "ru": "Russian",
"saml": "SAML", "saml": "SAML",
"saml_audience_mismatch_error": "Sorry, the Service Provider entity ID configured in your IdP does not match the one provided in our metadata. Please contact your administrator for more information.",
"saml_auth_error": "Sorry, your identity provider responded with an error. Please contact your administrator for more information.", "saml_auth_error": "Sorry, your identity provider responded with an error. Please contact your administrator for more information.",
"saml_authentication_required_error": "Other login methods have been disabled by your group administrator. Please use your group SSO login.", "saml_authentication_required_error": "Other login methods have been disabled by your group administrator. Please use your group SSO login.",
"saml_create_admin_instructions": "Choose an email address for the first __appName__ admin account. This should correspond to an account in the SAML system. You will then be asked to log in with this account.", "saml_create_admin_instructions": "Choose an email address for the first __appName__ admin account. This should correspond to an account in the SAML system. You will then be asked to log in with this account.",
@ -1753,7 +1754,7 @@
"sso_error_missing_external_user_id": "The SAML attribute provided by your IdP that uniquely identifies your user is either missing or under a different name than the one you configured. Expecting: <0>__expecting__</0>", "sso_error_missing_external_user_id": "The SAML attribute provided by your IdP that uniquely identifies your user is either missing or under a different name than the one you configured. Expecting: <0>__expecting__</0>",
"sso_error_missing_firstname_attribute": "The SAML attribute that specifies the users first name is either missing or under a different name than the one you configured. Expecting: <0>__expecting__</0>", "sso_error_missing_firstname_attribute": "The SAML attribute that specifies the users first name is either missing or under a different name than the one you configured. Expecting: <0>__expecting__</0>",
"sso_error_missing_lastname_attribute": "The SAML attribute that specifies the users last name is either missing or under a different name than the one you configured. Expecting: <0>__expecting__</0>", "sso_error_missing_lastname_attribute": "The SAML attribute that specifies the users last name is either missing or under a different name than the one you configured. Expecting: <0>__expecting__</0>",
"sso_error_response_already_processed": "The SAML responses InResponseTo is invalid. This can happen if it either didnt match that of the SAML request, or the login took too long to process and the request has expired.", "sso_error_response_already_processed": "The SAML responses InResponseTo is invalid. This can happen if it either didnt match that of the SAML request, or the login took too long to process and the request has expired.",
"sso_explanation": "Set up single sign-on for your group. This sign in method will be optional for group members unless Managed Users is enabled. <0>Learn more about Overleaf Group SSO</0>.", "sso_explanation": "Set up single sign-on for your group. This sign in method will be optional for group members unless Managed Users is enabled. <0>Learn more about Overleaf Group SSO</0>.",
"sso_here_is_the_data_we_received": "Here is the data we received in the SAML response:", "sso_here_is_the_data_we_received": "Here is the data we received in the SAML response:",
"sso_integration": "SSO integration", "sso_integration": "SSO integration",