Open manurawat opened 10 months ago
In auth ingress, keep - name: traefik-forward-auth
in middleware.
I've been struggling with this for a long time too.
@manurawat Did you ever find a solution for this issue? I want to implement Traefik with Cognito's user pool too, so I was just looking at resources on how to do that.
Did you ever find a solution for this issue? I want to implement Traefik with Cognito's user pool too, so I was just looking at resources on how to do that.
@AfrazHussain: It's a configuration issue: you need to specify the traefik-forward-auth middleware on the ingress for the auth flow. It's commented out in the example above.
Hi Team, I am using cognito as oidc provider and I do get the login page. once authenticated, I get into a loop until browser stops it.
Here is my configuration
auth deployment
auth service
auth ingress
application ingress
middlewares
logs from traefik