passport-saml-encrypted
Version:
A Passport strategy for handling encrypted SAML authentication responses
36 lines (35 loc) • 836 B
JSON
{
"name": "passport-saml-encrypted",
"version": "0.1.13",
"description": "A Passport strategy for handling encrypted SAML authentication responses",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lmarkus/passport-saml-encrypted"
},
"keywords": [
"passport",
"saml",
"saml2.0",
"encryption",
"authentication",
"sso"
],
"author": "@LennyMarkus",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/lmarkus/passport-saml-encrypted/issues"
},
"dependencies": {
"@xmldom/xmldom": "~0.8.6",
"passport": "^0",
"passport-strategy": "*",
"xml-crypto": "^2.1.3",
"xml-encryption": "^2.0.0",
"xml2js": "^0.5.0",
"xpath": "0.0.32"
}
}