When I browse to /whoami, I get redirected to keycloak and once I provide the proper credentials, I get redirected back to /_oauth. At /_oauth, it gets stuck.
I will need to set up traefik-forward-auth with multiple containers using the path prefix. So any help or guideline will be appreciated.
I am trying to use the overlay mode and
OAuth
provider to connect withKeycloak
using the following configuration on mydocker-compose
file.When I browse to
/whoami
, I get redirected to keycloak and once I provide the proper credentials, I get redirected back to/_oauth
. At/_oauth
, it gets stuck.I will need to set up
traefik-forward-auth
with multiple containers using the path prefix. So any help or guideline will be appreciated.