https://github.com/kdhttps/node-passport
Node JS as a Relying Party and authenticate with OpenID Connect Server - Gluu
https://github.com/kdhttps/node-passport
Last synced: 23 days ago
JSON representation
Node JS as a Relying Party and authenticate with OpenID Connect Server - Gluu
- Host: GitHub
- URL: https://github.com/kdhttps/node-passport
- Owner: kdhttps
- Created: 2020-09-07T11:37:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T12:11:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-05T16:24:26.203Z (3 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodejs Passport
Nodejs demo application secure by the OpenID Connect and SAML Security. I am using `passport-js` and `Gluu Server` as a OpenID Connect Provider.
[Check wiki pages](https://github.com/kdhttps/node-passport/wiki) for all the flow details, implementation and integration with Gluu Server.
# Prerequisite
* node js >= 10.x.x
* npm >= 6.x.x
* [Gluu CE](https://gluu.org)## Installation and Run
1. Clone the repository and move to cloned directory and hit:
```npm install```
This will install all the dependencies for the project.
2. To start the project hit:
```
node index.js
```
or
```
npm start
```## Configuration
[Check wiki pages](https://github.com/kdhttps/node-passport/wiki) for all the flow details, implementation and integration with Gluu Server.