@Krishna Venkata-
Authentication and authorization are two independent processes in NiFi.
-
Once a user is successfully authenticated, the user identity string is passed to the configured authorizer (authorizers.xml) to check what policies have been granted for this user.
A good first place to look is the nifi-user.log. You should see log lines in their that show the successful authentication and the exact identity string being passed to the authorizer.
You should then see a log lone for the resource/policy that user identity string was bing checked against.
You will then need to make sure that user has been granted the required policy within the authorizer for access to that resource.
-
Thank you,
Matt
-
If you found this answer addressed your question, please take a moment to login in and click the "ACCEPT" link.