passport-saml : SAML 2.0 authentication strategy for Passport. You can installing passport-saml npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install passport-saml $ sudo npm install -g passport-saml
If want to update the passport-saml package execute the command as below,
$ sudo npm update passport-saml
Update package globally,
$ npm install -g passport-saml
$ sudo git clone https://github.com/rektide/passport-saml.git
$ sudo npm install -g ./passport-saml
passport-saml@0.31.0 /usr/lib/node_modules/passport-saml
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall passport-saml
| Package Name | passport-saml |
| Version | 0.31.0 |
| Description | SAML 2.0 authentication strategy for Passport |
| Released Date | 2017-11-01T15:05:12.615Z |
| Published by | markstos |
| How to Learn | https://www.npmjs.com/package/passport-saml/tutorial |