Integrate PingOne with a Node.js Express app

`PingOne Express Authorization Code Flow
PINGONE_AUTH_ENDPOINT="https://auth.pingone.com/####-####-####-####-######/as/authorize"
PINGONE_TOKEN_ENDPOINT="https://auth.pingone.com/######-####-####-####-#########/as/token"
PINGONE_SIGNOFF_ENDPOINT="https://auth.pingone.com/#######-####-####-####-############/as/signoff"
PINGONE_CLIENT_ID="########-####-####-####-##########"
PINGONE_CLIENT_SECRET="{{PINGONE_CLIENT_SECRET}}"
REDIRECT_URI="http://localhost:3000/callback"
PINGONE_SCOPES="openid"`

Read more here: Source link