mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add saml emailFieldName option
This commit is contained in:
parent
1c3f845143
commit
4de0d35384
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