Skip to content

Commit ff35172

Browse files
authored
Revert "Update README.md to reflect updated node-saml (#945)"
This reverts commit a9df549.
1 parent a9df549 commit ff35172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ const SamlStrategy = require('@node-saml/passport-saml').Strategy;
6363
passport.use(
6464
new SamlStrategy(
6565
{
66-
callbackURL: "/login/callback",
66+
path: "/login/callback",
6767
entryPoint:
6868
"https://openidp.feide.no/simplesaml/saml2/idp/SSOService.php",
6969
issuer: "passport-saml",
70-
idpCert: "fake cert", // cert must be provided
70+
cert: "fake cert", // cert must be provided
7171
},
7272
function (profile, done) {
7373
// for signon

0 commit comments

Comments
 (0)