This is a full-stack application server developed using the Okta MFA Microservice.
It's developed to showcase the capabilities of the microservice and implements the following:
- Multi-factor authentication using email
- Single sign-on
Run npm install
and create a .env
file of the format:
PORT = <port number>
SESSION_SECRET = <random secret>
MICROSERVICE_URL = <url of authentication microservice>
and then run node app.js
to run the SSO server.
- Node JS
- Express JS
- EJS