You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Daniel Scheiner (Jira)" <ji...@apache.org> on 2022/06/16 17:36:00 UTC

[jira] [Created] (NIFI-10130) AzureGraphUserGroupProvider fails with nested groups

Daniel Scheiner created NIFI-10130:
--------------------------------------

             Summary: AzureGraphUserGroupProvider fails with nested groups
                 Key: NIFI-10130
                 URL: https://issues.apache.org/jira/browse/NIFI-10130
             Project: Apache NiFi
          Issue Type: Bug
          Components: Security
    Affects Versions: 1.16.3
         Environment: Azure AD
            Reporter: Daniel Scheiner


Using the AzureGraphUserGroupProvider fails if one of the groups in the AzureAD has another group as "members".

Error is:

Caused by: java.lang.NullPointerException: null

        at org.apache.nifi.authorization.azure.AzureGraphUserGroupProvider.getUsersFrom(AzureGraphUserGroupProvider.java:383)

The function "getUsersFrom" needs to check if a "user" is actually another group and get its users from there... 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)