provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
9.69k stars 1.17k forks source link

Support SAML Authentication #478

Open andormarkus opened 3 years ago

andormarkus commented 3 years ago

Is your proposal related to a problem?

We are using AWS SSO as our main SSO provider, however it supports only SAML authentication does not provide oauth2 like okta does.

germanosin commented 3 years ago

@andormarkus thanks for creating this feature request. Looks interesting for next releases.

germanosin commented 3 years ago

Looks like it would hard to integrate it for now https://github.com/spring-projects/spring-security/issues/7954 We'll wait for official support

sama8 commented 2 years ago

If relevant -> SAML Jackson

Haarolean commented 2 years ago

If relevant -> SAML Jackson

thanks!

sbc401 commented 1 year ago

Any progress on this? We only use Azure AD SAML for auth now. This would be nice to tie into SAML for RBAC as well.

Haarolean commented 1 year ago

@sbc401 implementing this doesn't align with our current priorities considering the available development bandwidth. I suggest using AD/OAuth2 authentication, if possible, considering you're using Azure.