Node authentication with Passport.js and OpenID Connect

Hey there @RLoveless ,

I don’t see Client Secret set in the config. Did you create the Okta app using CLI and select “Web” as your application type or “SPA”? You will need “Web” for this application.

You can double-check your code against the repo too.

Let us know how that change works for you!

Ah, that appears to have been the issue! I had created a sample SPA app in the Okta Admin Console beforehand, which lacked the client secret. Once I made a Web app it worked out.

Glad to hear it’s working for you!