Description
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...
Attachments
Issue Links
- links to