Nokia Kong-OIDC + Auth0

Hey there,

I have a dockerized Kong with Nokia’s kong-oidc plugin enabled via curl -i -X POST 0.0.0.0:8001/plugins -d 'name=oidc' -d 'config.client_id=CLIENT_ID' -d 'config.client_secret=CLIENT_SECRET' -d 'config.discovery=https://AUTH0_DOMAIN.auth0.com/.well-known/openid-configuration', and i’m running a route on :8000/api/public. I have my AUTH0_DOMAIN redirecting to :8000/api/public, but I get {"message":"Unauthorized"} despite being able to curl access and ID tokens. am I missing a step?

if i am not, how can i debug this?