If you're running into problems there are 2 sources of logs you can check to get more information about what's going on:
Add the DEBUG
environment variable and filter the messages by express-openid-connect
.
$ DEBUG=express-openid-connect:* node index.js
On Windows, use the corresponding command.
> set DEBUG=express-openid-connect:* & node index.js
For more information about debug
, see debug
If you're an Auth0 customer, you can check out what's happening on the Authorization Server using your Auth0 tenant logs.
Visit View Log Data in the Dashboard for more information.