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