An open API service indexing awesome lists of open source software.

https://github.com/passport/express-4.x-saml2-example

Express 4.x app using Passport for authentication via SAML 2.0.
https://github.com/passport/express-4.x-saml2-example

Last synced: 6 months ago
JSON representation

Express 4.x app using Passport for authentication via SAML 2.0.

Awesome Lists containing this project

README

          

This example demonstrates how to use [Express](http://expressjs.com/) 4.x and
[Passport](http://passportjs.org/) to authenticate users via [SAML 2.0](http://saml.xml.org/saml-specifications).
Use this example as a starting point for your own web applications.

## Instructions

To install this example on your computer, clone the repository and install
dependencies.

```bash
$ git clone git@github.com:passport/express-4.x-saml2-example.git
$ cd express-4.x-saml2-example
$ npm install
```