idp-initiated-sso-demo An example nodeJS app that lets authenticated users from an IdP login to this demo app(SP). Steps: Place the metadata XML file(from the IdP) in the root directory of this project. Run npm install Run the app using command: node ./app.js