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.
- Host: GitHub
- URL: https://github.com/passport/express-4.x-wsfederation-example
- Owner: passport
- License: unlicense
- Created: 2016-01-05T23:27:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-05T23:32:10.000Z (about 10 years ago)
- Last Synced: 2025-09-21T18:46:32.192Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```