This example demonstrates how to use Express 4.x and Passport to authenticate users via SAML 2.0. Use this example as a starting point for your own web applications.
To install this example on your computer, clone the repository and install dependencies.
$ git clone [email protected]:passport/express-4.x-saml2-example.git
$ cd express-4.x-saml2-example
$ npm install