Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.46 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.46 KB

okta-node-api

Simple Node API with a basic Javascript front end. This illustrates how to integrate with Okta using the Okta Sign-in Widget. There are several Okta features showcased here.

This example app is based on Shawn Recinto's FunAuth lab.

Setup

There are a handful of things to set up to get this demo up and running.

  1. Go get a free forever Okta developer tenant if you don't already have one
  2. Set up the OIDC application
  3. Set up the OAuth authorization server
  4. Set up the AWS Lambda function that generates shared secrets for the custom TOTP authenticator (this is part of the workflow)
  5. Set up the workflow that enrolls new users in the custom TOTP authenticator

The rest of this README is a work in progress.