Hi, Recently we have installed NiFi 2.3.0 correctly using official documentation and also integrated with LDAP/Active Directory and it work for initial admin as admin, and this user can manage NiFi install, but now we try to add other LDAP users as users allowed to use and manager NiFi, we can login and auth seems OK but we also receive error like on UI
" Insufficient Permissions home Unable to view the user interface. Contact the system administrator. " and on logs: 2025-05-14 08:21:48,154 INFO [NiFi Web Server-700] o.a.n.w.a.c.AccessDeniedExcep tionMapper identity[CN=user,OU=Uss,DC=co,DC=cc], groups[] does not hav e permission to access the requested resource. Unable to view the user interface . Returning Forbidden response. After login we tried with user initial admin add all permission but error persist on ui and new user con login anf view any option from webinterface. also tried to assign a a local group created thsi user and then assign permission to this group but same result Any suggestion how to allow other user ldap to login with permission like initial admin? Thanks