文件名称:passport-shibboleth:护照的 Shibboleth 认证策略
文件大小:107KB
文件格式:ZIP
更新时间:2024-07-22 14:35:56
JavaScript
护照-Shibboleth 这是的身份验证提供程序 该代码最初基于@drstearns 安装 npm install passport-shibboleth --save 用法 配置策略 passport.use(new ShibbolethStrategy({ }, function(profile, done) { findByEmail(profile.email, function(err, user) { if (err) { return done(err); } return done(null, user); }); }); ); 参数 entryPoint - 完整的 SAML2 重定向 URL(例如: : entryPoint ) authUrl - 如果 entryPoint 未
【文件预览】:
passport-shibboleth-master
----index.js(210B)
----docs()
--------useful.md(835B)
----package.json(669B)
----test()
--------sample-saml-request.xml(14KB)
--------tests.js(24KB)
--------mocha.opts(16B)
--------cert.pem(2KB)
--------private_key.pem(3KB)
--------metadata_test_shibboleth_9999.xml(3KB)
--------sample-saml-response.xml(8KB)
----LICENSE(1KB)
----.gitignore(81B)
----lib()
--------config-us.json(65KB)
--------config.js(359B)
--------config-uk.json(213KB)
--------strategy.js(2KB)
--------middleware.js(2KB)
--------attributes.js(973B)
--------gen-config.js(216B)
----README.md(2KB)