mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Added SHARELATEX_SAML_DECRYPTION_CERT
environment variable (#860)
This commit is contained in:
parent
9a88f8646f
commit
1540d1b891
1 changed files with 1 additions and 1 deletions
|
@ -438,6 +438,7 @@ if process.env["SHARELATEX_SAML_ENTRYPOINT"]
|
|||
callbackUrl: process.env["SHARELATEX_SAML_CALLBACK_URL"]
|
||||
issuer: process.env["SHARELATEX_SAML_ISSUER"]
|
||||
decryptionPvk: process.env["SHARELATEX_SAML_DECRYPTION_PVK"]
|
||||
decryptionCert: process.env["SHARELATEX_SAML_DECRYPTION_CERT"]
|
||||
signatureAlgorithm: process.env["SHARELATEX_SAML_SIGNATURE_ALGORITHM"]
|
||||
identifierFormat: process.env["SHARELATEX_SAML_IDENTIFIER_FORMAT"]
|
||||
attributeConsumingServiceIndex: process.env["SHARELATEX_SAML_ATTRIBUTE_CONSUMING_SERVICE_INDEX"]
|
||||
|
@ -569,4 +570,3 @@ https = require('https')
|
|||
https.globalAgent.maxSockets = 300
|
||||
|
||||
module.exports = settings
|
||||
|
||||
|
|
Loading…
Reference in a new issue