mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 21:42:51 +00:00
Add saml emailFieldName option
This commit is contained in:
parent
4aadcb4b91
commit
5c40640d06
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ if process.env["SHARELATEX_SAML_ENTRYPOINT"]
|
|||
settings.externalAuth = true
|
||||
settings.saml =
|
||||
identityServiceName: process.env["SHARELATEX_SAML_IDENTITY_SERVICE_NAME"]
|
||||
emailFieldName: process.env["SHARELATEX_SAML_EMAIL_FIELD_NAME"]
|
||||
server:
|
||||
# strings
|
||||
entryPoint: process.env["SHARELATEX_SAML_ENTRYPOINT"]
|
||||
|
|
Loading…
Reference in a new issue