diff --git a/lib/passport-saml/saml.js b/lib/passport-saml/saml.js index 42d4c208..e9ca8a2b 100644 --- a/lib/passport-saml/saml.js +++ b/lib/passport-saml/saml.js @@ -923,7 +923,7 @@ SAML.prototype.generateServiceProviderMetadata = function( decryptionCert ) { { '@Algorithm': 'http://www.w3.org/2001/04/xmlenc#aes128-cbc' }, { '@Algorithm': 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc' } ] - } + }; } if (this.options.logoutCallbackUrl) {