From bc86ada5be5ddc204a8613de045ffa1e2a6d4225 Mon Sep 17 00:00:00 2001 From: Alexandre Bourdin Date: Thu, 18 Jan 2024 15:25:12 +0100 Subject: [PATCH] Merge pull request #16506 from overleaf/ab-group-sso-metadata [web] Add button to download group SSO metadata GitOrigin-RevId: 905fd37a7ed9433f9649eae00e51241ba1a9bea5 --- services/web/frontend/extracted-translations.json | 5 +++++ services/web/locales/en.json | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index bfec3a2031..f9ac137322 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -290,6 +290,7 @@ "doing_this_will_verify_affiliation_and_allow_log_in_2": "", "done": "", "download": "", + "download_metadata": "", "download_pdf": "", "download_zip_file": "", "draft_sso_configuration": "", @@ -482,6 +483,8 @@ "group_plan_tooltip": "", "group_plan_with_name_tooltip": "", "group_sso_configuration_idp_metadata": "", + "group_sso_configure_service_provider_in_idp": "", + "group_sso_documentation_links": "", "group_subscription": "", "have_an_extra_backup": "", "have_more_days_to_try": "", @@ -1044,6 +1047,7 @@ "saml_login_failure": "", "saml_login_identity_mismatch_error": "", "saml_login_identity_not_found_error": "", + "saml_metadata": "", "saml_missing_signature_error": "", "saml_response": "", "save": "", @@ -1421,6 +1425,7 @@ "upload_zipped_project": "", "url_to_fetch_the_file_from": "", "use_a_different_password": "", + "use_saml_metadata_to_configure_sso_with_idp": "", "use_your_own_machine": "", "used_latex_before": "", "used_latex_response_never": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 8182218b7b..49b8e4169d 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -430,6 +430,7 @@ "done": "Done", "dont_have_account": "Don’t have an account?", "download": "Download", + "download_metadata": "Download Overleaf metadata", "download_pdf": "Download PDF", "download_zip_file": "Download .zip file", "draft_sso_configuration": "Draft SSO configuration", @@ -745,7 +746,9 @@ "group_plan_with_name_tooltip": "You are on the __plan__ plan as a member of a group subscription, __groupName__. Click to find out how to make the most of your Overleaf premium features.", "group_plans": "Group Plans", "group_professional": "Group Professional", - "group_sso_configuration_idp_metadata": "The information provided here comes from your Identity Provider (IdP). This is often referred to as its SAML metadata. For some IdPs, you must configure Overleaf as a Service Provider in order to obtain the data required to fill out this form. Please see <0>our documentation for more guidance.", + "group_sso_configuration_idp_metadata": "The information you provide here comes from your Identity Provider (IdP). This is often referred to as its <0>SAML metadata. You can add this manually or click <1>Import IdP metadata to import an XML file.", + "group_sso_configure_service_provider_in_idp": "For some IdPs, you must configure Overleaf as a Service Provider to get the data you need to fill out this form. To do this, you will need to download the Overleaf metadata.", + "group_sso_documentation_links": "Please see our <0>documentation and <1>troubleshooting guide for more help.", "group_standard": "Group Standard", "group_subscription": "Group Subscription", "groups": "Groups", @@ -1571,6 +1574,7 @@ "saml_login_failure": "Sorry, there was a problem logging you in. Please contact your administrator for more information.", "saml_login_identity_mismatch_error": "Sorry, you are trying to log in to Overleaf as __email__ but the identity returned by your identity provider is not the correct one for this Overleaf account.", "saml_login_identity_not_found_error": "Sorry, we were not able to find an Overleaf account set up for single sign-on with this identity provider.", + "saml_metadata": "Overleaf SAML Metadata", "saml_missing_signature_error": "Sorry, the information received from your identity provider is not signed (both response and assertion signatures are required). Please contact your administrator for more information.", "saml_response": "SAML Response:", "save": "Save", @@ -2056,6 +2060,7 @@ "usage_metrics": "Usage metrics", "usage_metrics_info": "Metrics that show how many users are accessing the licence, how many projects are being created and worked on, and how much collaboration is happening in Overleaf.", "use_a_different_password": "Please use a different password", + "use_saml_metadata_to_configure_sso_with_idp": "Use the Overleaf SAML metadata to configure SSO with your Identity Provider.", "use_your_own_machine": "Use your own machine, with your own setup", "used_latex_before": "Have you ever used LaTeX before?", "used_latex_response_never": "No, never",