Merge pull request #16680 from overleaf/jel-sso-metadata

[web] Fill in SSO configuration form from metadata file

GitOrigin-RevId: 4c470ba4cdf118af87fa8f9fee59a9f02ee4a56c
This commit is contained in:
Jessica Lawshe 2024-01-25 10:15:14 -06:00 committed by Copybot
parent a44a6a22dc
commit 8d0e2c7572
3 changed files with 6 additions and 0 deletions

View file

@ -554,6 +554,7 @@
"image_width": "",
"import_a_bibtex_file_from_your_provider_account": "",
"import_from_github": "",
"import_idp_metadata": "",
"import_to_sharelatex": "",
"imported_from_another_project_at_date": "",
"imported_from_external_provider_at_date": "",

View file

@ -339,3 +339,7 @@ h3.group-settings-title {
flex-shrink: 0;
}
}
.btn-import-metadata {
margin-left: 8px;
}

View file

@ -829,6 +829,7 @@
"image_width": "Image width",
"import_a_bibtex_file_from_your_provider_account": "Import a BibTeX file from your __provider__ account",
"import_from_github": "Import from GitHub",
"import_idp_metadata": "Import IdP metadata",
"import_to_sharelatex": "Import to __appName__",
"imported_from_another_project_at_date": "Imported from <0>Another project</0>/__sourceEntityPathHTML__, at __formattedDate__ __relativeDate__",
"imported_from_external_provider_at_date": "Imported from <0>__shortenedUrlHTML__</0> at __formattedDate__ __relativeDate__",