https://github.com/e-contract/eid-idp-nodejs-oidc
https://github.com/e-contract/eid-idp-nodejs-oidc
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/e-contract/eid-idp-nodejs-oidc
- Owner: e-Contract
- Created: 2022-03-03T17:20:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T09:05:10.000Z (about 2 years ago)
- Last Synced: 2025-02-04T16:51:18.708Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eID Identity Provider OpenID Connect NodeJS Example
This example demonstrates the integration of the eID Identity Provider within a NodeJS based web application using the OpenID Connect protocol.
More information is available at:
https://www.e-contract.be/developers/webapp/idp/oidc
Install all dependencies via:
```
npm install
```
Run the demo web application via:
```
npm start
```
Navigate your web browser to:
http://localhost:3000