We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f49ada commit 4e0d084Copy full SHA for 4e0d084
1 file changed
server/src/auth/passport-sso.ts
@@ -10,7 +10,7 @@ interface SamlProfile extends Profile {
10
email?: string;
11
}
12
13
-// Load IdP certificate, necessary to authenticate with Cornell's SSO/SAML system
+// Load IdP certificate, necessary to authenticate with Cornell's SSO/SAML system. Get from Cornell IT or ask a previous developer.
14
const idpCertPath =
15
process.env.SAML_IDP_CERT_PATH || './config/cornell-idp-test.crt';
16
let idpCert = '';
0 commit comments