Hi Everyone
I have a brand new installation of NiFi 2.0.
I configured LDAP user authentication.
I have my AD DN defined as both "Initial User Identity 1" and "Initial Admin
Identity" in authorizers.xml
1. Now I can launch the NiFi server successfully.
2. I can successfully log in to NiFi's webUI with my AD user
3. But I get: "Insufficient Permissions" - "Unable to view the user
interface." at WebUI
4. There is an AccessDeniedExeptionMapper identity [cn=My
Name,ou=MyOU,DC=MyDC], group[] does not have permission to access the requested
resource. Unable to view the user interface. Returning Forbidden response.
entry at nifi-user.log
If I understand the situation correctly I can pass the authentication phase but
my user wasn't authorized for UI access?
What should I check first?