mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 18:51:11 +00:00
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:
parent
1b0c4215b8
commit
ea4d63876a
2 changed files with 3 additions and 1 deletions
|
@ -1050,6 +1050,7 @@
|
|||
"revoke_invite": "",
|
||||
"right": "",
|
||||
"role": "",
|
||||
"saml_audience_mismatch_error": "",
|
||||
"saml_auth_error": "",
|
||||
"saml_identity_exists_error": "",
|
||||
"saml_invalid_signature_error": "",
|
||||
|
|
|
@ -1576,6 +1576,7 @@
|
|||
"role": "Role",
|
||||
"ru": "Russian",
|
||||
"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_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.",
|
||||
|
@ -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_firstname_attribute": "The SAML attribute that specifies the user’s 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 user’s 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 response’s InResponseTo is invalid. This can happen if it either did’nt 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 response’s InResponseTo is invalid. This can happen if it either didn’t 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_here_is_the_data_we_received": "Here is the data we received in the SAML response:",
|
||||
"sso_integration": "SSO integration",
|
||||
|
|
Loading…
Reference in a new issue