You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/11/09 21:48:00 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-10130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17631309#comment-17631309 ] 

ASF subversion and git services commented on NIFI-10130:
--------------------------------------------------------

Commit 0643f336e8266043c4ec01e1c07b8ef5bb38b02a in nifi's branch refs/heads/main from Seokwon Yang
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0643f336e8 ]

NIFI-10130 AzureGraphUserGroupProvider handles group with transitive members

This closes #6135

Signed-off-by: David Handermann <ex...@apache.org>


> 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
>            Assignee: Seokwon Yang
>            Priority: Major
>   Original Estimate: 48h
>          Time Spent: 0.5h
>  Remaining Estimate: 47.5h
>
> 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.10#820010)