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.
- Host: GitHub
- URL: https://github.com/passport/express-4.x-saml2-example
- Owner: passport
- License: unlicense
- Created: 2015-12-19T01:40:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-19T02:08:39.000Z (about 10 years ago)
- Last Synced: 2025-06-12T10:29:38.284Z (7 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- 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 [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
```