Rename keycloak
auth middleware to something more generic
#32
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
keycloak
(and, after #31,keycloak2
) middlewares don't in fact require Keycloak.You can -- and I have -- set up traefik-forward-auth with Nextcloud, or even some kind of terrible corporate login provider, in which case the
keycloak
name is a bit confusing.I wonder if it would be clearer to call it
forwardauth
or something?