How can i login with my azure ad user? #4104
Answered
by
Haarolean
vSivarajah93
asked this question in
Q&A
-
Hi! I'd like to setup kafka-ui where it is possible to configure it with an azure ad backend. So configure it in a way where any user that is part of ad-group: "X" can login into the UI. Is that possible? if yes, can i get a guide on how to. |
Beta Was this translation helpful? Give feedback.
Answered by
Haarolean
Aug 10, 2023
Replies: 2 comments
Answer selected by
vSivarajah93
-
auth:
type: "ldap"
spring:
ldap:
urls: "ldap://ldap.season.com:389"
base: "dc=xxxxxx,dc=xxxxxx"
admin-user: "cn=admin,dc=xxxxxx,dc=xxxxxx"
admin-password: "xxxxxx"
user-filter-search-base: "dc=xxxxxx,dc=xxxxxx"
user-filter-search-filter: "(cn={0})" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OAuth authentication
LDAP/AD authentication