- Demo OIDC login flow
npm i ## install dependencies
npm start ## run (in production mode)
npm run start:dev ## run (in dev mode)
- Run backend
- Browse 'http://localhost:8000' on web browser
- Click '1 - Discovery' button
- Fill Issuer as 'https://dev-console.myinitial.io/kc/auth/realms/vc-authn'
- Click 'Load OpenID Provider Configuration' button
- Check OpenID Provider Configuration
- 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
- Click '3 - Token' button
- Click 'Send Token Request' button
- Check ID Token and Payload
- node v14.18.2