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

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

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