SSO-demo
A demo SSO authentication in an express node application during GSoC 16. This project demonstrates how you can use the SSO authentication in node+express app if you want to authenticate against OpenMRS ID
Dependencies
This repo uses atlas-node-multipass module for decoding the multipass tokens that comes from the OpenMRS ID
Test the demo
Clone the repo git clone https://github.com/ShekharReddy4/sso-demo.git
navigate to project root cd sso-demo
Install the dependencies npm install
Run the app nodemon
Make sure you have the mockid-node is running locally if not, checkout the instructions to run the mockid-node locally here
Note
Make sure you have following installed locally
- you have node installed.
- nodemon installation(not required if you want to run it manualy).