dniel / traefik-forward-auth0

A backend for performing forward authentication with Auth0 using the Traefik reverse proxy.
GNU General Public License v3.0
85 stars 15 forks source link

nonceCookie is null using docker-compose example #323

Closed ksenechal closed 2 years ago

ksenechal commented 2 years ago

Hi,

I've an issue running forward auth0 and didn't know how to fix it. I'm using the example provided for Traefik v2 and docker-compose.

{ "error": "Parameter specified as non-null is null: method dniel.forwardauth.infrastructure.endpoints.SigninEndpoint.signin, parameter nonceCookie" }

Thank you in advance

ksenechal commented 2 years ago

The problem came from token-cookie-domain which need to be the main domain (instead of subdomain)