kafka-ui icon indicating copy to clipboard operation
kafka-ui copied to clipboard

Implement an authentication page

Open Haarolean opened this issue 1 year ago • 0 comments

  • 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

Haarolean avatar Jan 30 '24 18:01 Haarolean