kafka-ui
kafka-ui copied to clipboard
Implement an authentication page
- Get rid of AuthController, do that on the frontend instead.
- Get rid of the default spring security login page
- Leave the csrf endpoint public, call when needed from the frontend.
- Impl a custom auth page for all the auth methods (oauth, ldap, basic)
Should fix:
- https://github.com/provectus/kafka-ui/issues/4178