<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: OIDC App Role Configuration in NIFI in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376718#M242989</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107066"&gt;@sid_21m&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Within NiFi, authentication and authorization are handled as separate processes.&amp;nbsp; Upon successful authentication, NiFi has a user identity (In your case that user identity is your Azure AD username. That user identity is passed to the authorizer to make determination as to what NiFi authorization that user has been granted. At this point nothing more is known about the authenticated user other than the user identity.&lt;BR /&gt;&lt;BR /&gt;The Authorizer is configured in the &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#authorizers-setup" target="_self"&gt;authorizers.xml&lt;/A&gt; NiFi configuration file. In here you have multiple choices available to you, but none of them are capable of collecting App Roles from Azure.&amp;nbsp; You can use the &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#ldapusergroupprovider" target="_self"&gt;ldap-user-group-provider&lt;/A&gt; to collect ldap user to group associations from Azure AD.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on one or more of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2023 14:33:59 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2023-09-22T14:33:59Z</dc:date>
    <item>
      <title>OIDC App Role Configuration in NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376694#M242982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to implement OIDC authentication with Azure AD in NIFI, I am able to enable it and user is able to login but now I want to use App Roles created in Azure App Registration instead of AD groups, how can I do that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 06:04:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376694#M242982</guid>
      <dc:creator>sid_21m</dc:creator>
      <dc:date>2023-09-22T06:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: OIDC App Role Configuration in NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376706#M242984</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107066"&gt;@sid_21m&lt;/a&gt;,&amp;nbsp;Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103151"&gt;@cotopaul&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80381"&gt;@SAMSAL&lt;/a&gt;&amp;nbsp; who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 08:46:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376706#M242984</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2023-09-22T08:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: OIDC App Role Configuration in NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376718#M242989</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/107066"&gt;@sid_21m&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Within NiFi, authentication and authorization are handled as separate processes.&amp;nbsp; Upon successful authentication, NiFi has a user identity (In your case that user identity is your Azure AD username. That user identity is passed to the authorizer to make determination as to what NiFi authorization that user has been granted. At this point nothing more is known about the authenticated user other than the user identity.&lt;BR /&gt;&lt;BR /&gt;The Authorizer is configured in the &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#authorizers-setup" target="_self"&gt;authorizers.xml&lt;/A&gt; NiFi configuration file. In here you have multiple choices available to you, but none of them are capable of collecting App Roles from Azure.&amp;nbsp; You can use the &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#ldapusergroupprovider" target="_self"&gt;ldap-user-group-provider&lt;/A&gt; to collect ldap user to group associations from Azure AD.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on one or more of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2023 14:33:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376718#M242989</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-09-22T14:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: OIDC App Role Configuration in NIFI</title>
      <link>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376838#M243029</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp; for clarifying this, so to use OIDC and fetch the groups I need to give User.Read.All and Group.Read.All permission, I think there should be a way to use App roles if I don't want to give these permissions. Anyways I will try to use AD groups in place of App Roles.&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2023 11:09:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/OIDC-App-Role-Configuration-in-NIFI/m-p/376838#M243029</guid>
      <dc:creator>sid_21m</dc:creator>
      <dc:date>2023-09-26T11:09:02Z</dc:date>
    </item>
  </channel>
</rss>

