Skip to content

Single-Sign On application server using Okta MFA Microservice

Notifications You must be signed in to change notification settings

sudoshreyansh/mfa-sso-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Techfest-MFA

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

Installation

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.

Tech Stack

  • Node JS
  • Express JS
  • EJS

About

Single-Sign On application server using Okta MFA Microservice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published