Skip to content

An example OpenID Connect Relying Party Client supporting authorization code flow and third party initiated login.

Notifications You must be signed in to change notification settings

pinkhominid/node-oidc-rp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example OpenID Connect Relying Party Client

Supporting authorization code flow and third party initiated login

https://developer.okta.com/docs/concepts/auth-overview/#authorization-code-flow https://openid.net/specs/openid-connect-core-1_0.html#ThirdPartyInitiatedLogin

Setup

npm i
mv env-sample.json .env.json
  1. Create a developer account at your favorite identity provider, e.g. https://developer.okta.com/
  2. Set up a web client integration and get a client_id and client_secret
  3. Configure the demo by editing .env.json

Run

npm start
  1. Log in to your Open ID Provider Org (issuer)

About

An example OpenID Connect Relying Party Client supporting authorization code flow and third party initiated login.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published