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

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

Express 4.x app using Passport for authentication via WS-Federation.
https://github.com/passport/express-4.x-wsfederation-example

Last synced: 3 months ago
JSON representation

Express 4.x app using Passport for authentication via WS-Federation.

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 [WS-Federation](https://en.wikipedia.org/wiki/WS-Federation).
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-wsfederation-example.git
$ cd express-4.x-wsfederation-example
$ npm install
```