文件名称:samlp-logout:联合SAMLP单点注销
文件大小:32KB
文件格式:ZIP
更新时间:2024-06-11 15:36:17
JavaScript
来自express.js应用程序的SAMLP提供程序的联合单点注销。 安装 npm i samlp-logout --save 用法 var SamlpLogout = require ( 'samlp-logout' ) ; var logout = SamlpLogout ( { issuer : 'urn:foobar' , identityProviderUrl : 'http://xx.b' , identityProviderSigningCert : fs . readFileSync ( 'idpSigningKey.pem' ) , // validate LogoutRequest signature key : fs . readFileSync ( 'signingKey.key' ) , // sign LogoutResponse cer
【文件预览】:
samlp-logout-master
----.jshintrc(637B)
----.gitignore(663B)
----templates()
--------Form.ejs(632B)
--------LogoutRequest.ejs(880B)
--------index.js(371B)
--------LogoutResponse.ejs(418B)
----package.json(911B)
----LICENSE(1KB)
----index.js(11KB)
----CHANGELOG.md(540B)
----.github()
--------workflows()
----README.md(900B)
----lib()
--------signers.js(3KB)
--------utils.js(1KB)
--------trim_xml.js(702B)
--------encoders.js(1022B)
----test()
--------unit.tests.js(2KB)
--------request_post.tests.js(4KB)
--------utils.tests.js(548B)
--------idp_request_redirect.tests.js(9KB)
--------idp_request_post.tests.js(11KB)
--------response_redirect.tests.js(40KB)
--------request_redirect.tests.js(8KB)
--------fixture()
--------response_post.tests.js(18KB)