
traefik:ai:67dad
Add Keycloak as an OAuth middleware in Traefik
$ traefik middleware add oauth -d keycloak -t 'https://keycloak-url/auth/realms/realm-name' --client-id 'client-id' --client-secret 'client-secret'
try on your machine
Add Keycloak as an OAuth middleware in Traefik
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- How can I use traefik with keycloak?