Hapi.js scheme for SAML authentication
Install pre-requisites
npm install
Run gulp
for linting
gulp
Install pre-requisites
npm install
Create a examples/secrets.js
(see code for what is required).
Run example (note: needs sudo for port 80)
sudo node examples/ping-federate.js
Or run with npm
npm run ping