Skip to content

Commit a9df549

Browse files
authored
Update README.md to reflect updated node-saml (#945)
1 parent a1f973f commit a9df549

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-
path: "/login/callback",
66+
callbackURL: "/login/callback",
6767
entryPoint:
6868
"https://openidp.feide.no/simplesaml/saml2/idp/SSOService.php",
6969
issuer: "passport-saml",
70-
cert: "fake cert", // cert must be provided
70+
idpCert: "fake cert", // cert must be provided
7171
},
7272
function (profile, done) {
7373
// for signon

0 commit comments

Comments
 (0)