Skip to content

blackjackyau/oidc-app-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oidc/Oauth 2.0 Auth code flow

  • the playground showcases a side by side comeparison of a backend driven auth code flow (standarad) and an improvised version of front end driven auth code flow
  • Do refer to medium page for detailed write up

Playground Setup

  • Start mongodb docker docker-compose up
  • Although application setup is seperated to frontend(fe) and backend(be), both of them are hosted under the backend server.
  • app-fe is based on vue.js, npm i and npm run build to build the UI assets.
  • and finally navigate to app-be, npm i and npm run start to start the application
  • navigate to http://localhost:3000, you should see two buttons available for login
  • Oidc Auth Code BE Login represents the standard Auth Code login
  • Oidc Auth Code FE Login represents the improvised version of Front End Driven Auth Code login
  • While navigate to IdP (OKTA), do proceed login using [email protected] | Password123

IdP Setup (OKTA)

Web Type based OIDC Application

OKTA Setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published