From 9ea189055ea4cae298fe66f5e67d13025d22bd8c Mon Sep 17 00:00:00 2001 From: tngan Date: Tue, 20 Oct 2015 21:59:16 +0800 Subject: [PATCH] Bug fixed for bad reference for IdP construction --- lib/IdPMetadata.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/IdPMetadata.js b/lib/IdPMetadata.js index 8903e5e3..ffd86f1e 100644 --- a/lib/IdPMetadata.js +++ b/lib/IdPMetadata.js @@ -5,7 +5,8 @@ */ var Metadata = require('./Metadata'), namespace = require('./urn').namespace, -SamlLib = require('./SamlLib'); +SamlLib = require('./SamlLib'), +xml = require('xml'); /** * @param {object/string} meta (either file path in string format or configuation in object) * @return {object} prototype including public functions