Skip to content

dskyberg/oidc-server

Repository files navigation

How-To

Prerequisits

Download this repository

$ git clone https://github.com/dskyberg/oidc-server.git

Install the node components

$ cd oidc-server
$ npm install

Run the server

$ npm start

The server should be running

Accounts (Users)

The user accounts are defined in support/users.js

Paswords are not currently validated by the server. So, no passwords are in the users.js file.

To change any account attributes, just update an account in users.js and restart the server.

Clients

Clients are currently configured directly in support/configuration.js, near the top of the file.

To modify or add a client, simply update configuration.js and restart the server.

About

Working demo of the oidc-provider running on Koa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published