mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-27 22:31:42 +00:00
Merge pull request #912 from overleaf/msm-renamed-private-cert-saml
Renamed SAML setting `privateCert` -> `privateKey`
This commit is contained in:
commit
9631208615
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ if (process.env.SHARELATEX_SAML_ENTRYPOINT) {
|
|||
// https://github.com/node-saml/passport-saml/commit/f6b1c885c0717f1083c664345556b535f217c102
|
||||
if (process.env.SHARELATEX_SAML_CERT) {
|
||||
settings.saml.server.cert = process.env.SHARELATEX_SAML_CERT
|
||||
settings.saml.server.privateCert = process.env.SHARELATEX_SAML_PRIVATE_CERT
|
||||
settings.saml.server.privateKey = process.env.SHARELATEX_SAML_PRIVATE_CERT
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue