We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f973f commit a9df549Copy full SHA for a9df549
README.md
@@ -63,11 +63,11 @@ const SamlStrategy = require('@node-saml/passport-saml').Strategy;
63
passport.use(
64
new SamlStrategy(
65
{
66
- path: "/login/callback",
+ callbackURL: "/login/callback",
67
entryPoint:
68
"https://openidp.feide.no/simplesaml/saml2/idp/SSOService.php",
69
issuer: "passport-saml",
70
- cert: "fake cert", // cert must be provided
+ idpCert: "fake cert", // cert must be provided
71
},
72
function (profile, done) {
73
// for signon
0 commit comments