- Login.gov developer documentation
- Login.gov OIDC documentation
- Registered Login.gov Service Providers
- Login.gov OIDC Sinatra Client
- Login.gov SAML Rails Client
- 18F's U.S. Forest Service Intake Module - a super helpful Login.gov client implementation using Express.js and Passport.js
- Login.gov OIDC Auto-Discovery URLs:
- Alternative run strategy - essential solution for bypassing client request errors produced by the
openid-client
package - Example service provider environment configuration
- A previous Express.js project by the author
- A previous Express.js tutorial by the author
- Running Express.js apps in debug mode
- Passport.js Docs
- Using multiple Passport strategies - gist
- Using multiple Passport strategies - issue comment
- Node.js + Passport.js OIDC Demo / Walkthrough - very helpful for understanding OIDC mechanics and implementation using Passport.js
openid-client
- JSON Web Tokens (JWT)
- Converting PEM to JWK
- PEM vs CRT vs KEY
- Node Jose