Possible to implement my own UI? #201
Replies: 3 comments
-
We don't currently support more than one authentication method, so that's why we've got away so far without implementing a UI. I know this is a feature of the oauth2_proxy project, which may be a better fit for your use case: https://github.com/oauth2-proxy/oauth2-proxy ? |
Beta Was this translation helpful? Give feedback.
-
@thomseddon thanks for your quick feedback. I think I will use traefik-forward-auth with keycloak to use multiple Auth providers and a Login Form. I found this tutorial about this: But I have a question about it: |
Beta Was this translation helpful? Give feedback.
-
You can use the "rules" config to apply different permissions/providers to different domains/subdomains/apps - in the latest release this supports specific user whitelists per rule! |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for this great solution for authentification on docker-based systems with microservices. That is exactly what I was looking for 👍
Is it possible that I can implement my own login/logout interface? On the login page I would like to show him the different Auth providers like this:
After that, i want redirect the logged in user to a dashboard page, so he can see which services he can access like this:
Under the Quick access Headline, the user can click on a docker service to which he has access and is redirected directly to it. How can i do something like this?
Beta Was this translation helpful? Give feedback.
All reactions