Skip to content

sktston/ivp-oidc-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OIDC App

Purpose

  • Demo OIDC login flow

How to run backend

npm i               ## install dependencies
npm start           ## run (in production mode)
npm run start:dev   ## run (in dev mode)

How to test

  1. Click '1 - Discovery' button
  1. Click '2 - Authentication' button
  • Fill client_id as 'oidc-client-react'
  • Fill scope as 'openid'
  • Click 'Generate Authentication Request' button
  • Check Authentication Request
  • Click 'Send Authentication Request' button
  • Check Authentication Response
  1. Click '3 - Token' button
  • Click 'Send Token Request' button
  • Check ID Token and Payload

Tools

  • node v14.18.2

Ref

Releases

No releases published

Packages

No packages published