Skip to content

Commit

Permalink
Bug fixed for bad reference for IdP construction
Browse files Browse the repository at this point in the history
  • Loading branch information
tngan committed Oct 20, 2015
1 parent d7ad4ad commit 9ea1890
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/IdPMetadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ea1890

Please sign in to comment.