File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -917,13 +917,13 @@ SAML.prototype.generateServiceProviderMetadata = function( decryptionCert ) {
917
917
}
918
918
}
919
919
} ,
920
- '#list ' : [
920
+ 'EncryptionMethod ' : [
921
921
// this should be the set that the xmlenc library supports
922
- { 'EncryptionMethod' : { ' @Algorithm' : 'http://www.w3.org/2001/04/xmlenc#aes256-cbc' } } ,
923
- { 'EncryptionMethod' : { ' @Algorithm' : 'http://www.w3.org/2001/04/xmlenc#aes128-cbc' } } ,
924
- { 'EncryptionMethod' : { ' @Algorithm' : 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc' } } ,
922
+ { '@Algorithm' : 'http://www.w3.org/2001/04/xmlenc#aes256-cbc' } ,
923
+ { '@Algorithm' : 'http://www.w3.org/2001/04/xmlenc#aes128-cbc' } ,
924
+ { '@Algorithm' : 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc' }
925
925
]
926
- } ;
926
+ }
927
927
}
928
928
929
929
if ( this . options . logoutCallbackUrl ) {
Original file line number Diff line number Diff line change 31
31
"main" : " ./lib/passport-saml" ,
32
32
"dependencies" : {
33
33
"passport-strategy" : " *" ,
34
- "q" : " 1.1.x" ,
34
+ "q" : " ^1.5.0" ,
35
+ "xml-crypto" : " ^0.9.0" ,
36
+ "xml-encryption" : " ~0.10" ,
35
37
"xml2js" : " 0.4.x" ,
36
- "xml-crypto" : " 0.8.x" ,
37
- "xmldom" : " 0.1.x" ,
38
- "xmlbuilder" : " 2.5.x" ,
39
- "xml-encryption" : " ~0.10"
38
+ "xmlbuilder" : " ^8.2.2" ,
39
+ "xmldom" : " 0.1.x"
40
40
},
41
41
"devDependencies" : {
42
- "body-parser" : " 1.9.x " ,
42
+ "body-parser" : " ^1.17.1 " ,
43
43
"express" : " 4.x" ,
44
44
"jshint" : " *" ,
45
45
"mocha" : " *" ,
46
+ "passport" : " 0.3.x" ,
46
47
"request" : " *" ,
47
48
"should" : " *" ,
48
- "sinon" : " ^1.10.2" ,
49
- "passport" : " 0.3.x"
49
+ "sinon" : " ^2.1.0"
50
50
},
51
51
"engines" : {
52
52
"node" : " >= 0.8.0"
You can’t perform that action at this time.
0 commit comments