[
https://issues.apache.org/jira/browse/NIFI-15000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18021925#comment-18021925
]
David Handermann commented on NIFI-15000:
-----------------------------------------
Thanks for looking into this [~pvillard]. I believe the
AzureGraphUserGroupProvider should be removed because Azure Active Directory is
now Microsoft Entra. Although the existing component could be refactored, the
name is no longer accurate and other configuration properties may also need to
be changed.
I would have suggested deprecation, but since the module is not working due to
the dependency upgrade, removing it seems like the clearest step forward. I
will look at preparing a pull request for the removal.
[~koldo] The UserGroupProvider is a framework interface, so it is possible to
build a new implementation that integrates with Microsoft Entra, however, that
requires some initial investment and ongoing maintenance. Another option is to
use OpenID Connect and pass group memberships in a configured token claim,
avoiding the need for a UserGroupProvider altogether.
> Can't deploy docker image with AzureGraphUserGroupProvider
> -----------------------------------------------------------
>
> Key: NIFI-15000
> URL: https://issues.apache.org/jira/browse/NIFI-15000
> Project: Apache NiFi
> Issue Type: Bug
> Components: Docker
> Affects Versions: 2.5.0
> Reporter: Koldo
> Priority: Major
>
> I want to deploy the nifi 2.5.0 image with AzureGraphUserGroupProvider
> configured in authorizers.xml.
> When I deploy it with this configuration, I get the following error:
> `Caused by: java.lang.ClassNotFoundException: okhttp3.internal.Util`
> Previously, I get the following in the logs: Access Token was returned
> I have seen that in task NIFI-14730, the Okhttp version was updated to 5.0.0
> and the image requires version 3.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)