Skip to content

Commit 4e0d084

Browse files
committed
2
1 parent 2f49ada commit 4e0d084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/auth/passport-sso.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface SamlProfile extends Profile {
1010
email?: string;
1111
}
1212

13-
// Load IdP certificate, necessary to authenticate with Cornell's SSO/SAML system
13+
// Load IdP certificate, necessary to authenticate with Cornell's SSO/SAML system. Get from Cornell IT or ask a previous developer.
1414
const idpCertPath =
1515
process.env.SAML_IDP_CERT_PATH || './config/cornell-idp-test.crt';
1616
let idpCert = '';

0 commit comments

Comments
 (0)