<?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 No show Users and Policies in Global Menu in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/339127#M233047</link>
    <description>&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I don't see the Users and Policies items in the Global Menu&lt;/P&gt;&lt;P&gt;Google Chrome ver99&lt;/P&gt;&lt;P&gt;Apache NiFi 1.15.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreDre1_1-1647966818005.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/33976i95D20C1E7A45BB7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreDre1_1-1647966818005.png" alt="AndreDre1_1-1647966818005.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Mar 2022 16:34:03 GMT</pubDate>
    <dc:creator>AndreDre1</dc:creator>
    <dc:date>2022-03-22T16:34:03Z</dc:date>
    <item>
      <title>No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/339127#M233047</link>
      <description>&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I don't see the Users and Policies items in the Global Menu&lt;/P&gt;&lt;P&gt;Google Chrome ver99&lt;/P&gt;&lt;P&gt;Apache NiFi 1.15.3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndreDre1_1-1647966818005.png" style="width: 400px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/33976i95D20C1E7A45BB7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndreDre1_1-1647966818005.png" alt="AndreDre1_1-1647966818005.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 16:34:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/339127#M233047</guid>
      <dc:creator>AndreDre1</dc:creator>
      <dc:date>2022-03-22T16:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/339311#M233070</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96767"&gt;@AndreDre1&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You probably have a default NiFi configuration, which uses the single-user-authorizer. This authorizer doesn't have a Users menu in the UI. To see the Users menu you need to switch to another authorizer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if you have a brand new installation of NiFi with the default configuration, follow the steps below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Edit the conf/nifi.properties file and update the following property:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;nifi.security.user.authorizer=&lt;STRONG&gt;managed-authorizer&lt;/STRONG&gt;​&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Add the name of your initial admin in the following two places in conf/authorizers.xml:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;userGroupProvider&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;identifier&amp;gt;file-user-group-provider&amp;lt;/identifier&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;class&amp;gt;org.apache.nifi.authorization.FileUserGroupProvider&amp;lt;/class&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="Users File"&amp;gt;./conf/users.xml&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="Legacy Authorized Users File"&amp;gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="Initial User Identity 1"&amp;gt;&lt;STRONG&gt;ADMIN_USERNAME_HERE&lt;/STRONG&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;/userGroupProvider&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;lt;accessPolicyProvider&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;identifier&amp;gt;file-access-policy-provider&amp;lt;/identifier&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;class&amp;gt;org.apache.nifi.authorization.FileAccessPolicyProvider&amp;lt;/class&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="User Group Provider"&amp;gt;file-user-group-provider&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="Authorizations File"&amp;gt;./conf/authorizations.xml&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="Initial Admin Identity"&amp;gt;&lt;STRONG&gt;ADMIN_USERNAME_HERE&lt;/STRONG&gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="Legacy Authorized Users File"&amp;gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="Node Identity 1"&amp;gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;property name="Node Group"&amp;gt;&amp;lt;/property&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;lt;/accessPolicyProvider&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;...​&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Stop NiFi:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;./bin/nifi.sh stop​&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Remove users.xml and authorizations.xml:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;rm conf/users.xml conf/authorizations.xml​&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Start NiFi:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;./bin/nifi.sh start​&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;After you login to NiFi you should now be able to see the Users menu:&lt;/LI&gt;&lt;/OL&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="araujo_0-1648029530077.png" style="width: 272px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/33983iA584AA29FA80FB74/image-dimensions/272x504?v=v2" width="272" height="504" role="button" title="araujo_0-1648029530077.png" alt="araujo_0-1648029530077.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;EM&gt;--&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Was your question answered? Please take some time to click on "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" below this post.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;If you find a reply useful, say thanks by clicking on the thumbs up button.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 10:05:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/339311#M233070</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-03-23T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/339625#M233142</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96767"&gt;@AndreDre1&lt;/a&gt;&amp;nbsp;, did the above answer your question?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&lt;EM&gt;--&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Was your question answered? Please take some time to click on "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" below this post.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;If you find a reply useful, say thanks by clicking on the thumbs up button.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 00:18:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/339625#M233142</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-03-25T00:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/353320#M236689</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11191"&gt;@araujo&lt;/a&gt;&amp;nbsp; this link was really useful . But where can i get the password for newly created users. Without password how can new users access it . I am not able to find any documentation for that. i have checked in all the files as well and couldn't find any passwords&lt;/P&gt;</description>
      <pubDate>Mon, 26 Sep 2022 14:11:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/353320#M236689</guid>
      <dc:creator>Manika</dc:creator>
      <dc:date>2022-09-26T14:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/368586#M240207</link>
      <description>&lt;P&gt;Thank you very much&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/11191"&gt;@araujo&lt;/a&gt;&amp;nbsp;!!!&lt;span class="lia-unicode-emoji" title=":clapping_hands:"&gt;👏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2023 16:17:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/368586#M240207</guid>
      <dc:creator>roman_v</dc:creator>
      <dc:date>2023-04-15T16:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/368728#M240246</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/100704"&gt;@Manika&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The single-user-provider used by NiFi out of the box does not support multiple users.&amp;nbsp; It simply sets up a single user to access the secured NiFi suing the out of the box NiFi setup.&amp;nbsp; Only the very first time NiFi is launched with this setup will the generated username and password be output in the nifi-app.log.&amp;nbsp; You can use the following command to change that username and password:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$ ./bin/nifi.sh set-single-user-credentials &amp;lt;username&amp;gt; &amp;lt;password&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;This single user username and password has full access to everything, so NiFi does not expose "policies" as setting up additional users is not possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NiFi provides no other provider for local users.&amp;nbsp; NiFi historically has left user management as an external dependency.&amp;nbsp; In order tp support multiple users with and various level of authorization, you will need to switch to using a different authorizer and authentication method.&lt;BR /&gt;&lt;BR /&gt;Switching to another authentication method will require you establish an external means for user authentication.&amp;nbsp; NiFi has numerous supported methods (User certificate, LDAP, Kerberos, etc.)&lt;BR /&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user_authentication" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user_authentication&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Once you have selected the method you will use to authenticate your users that is not the "single-user-provider", you need to change your authorizer from "single-user-authorizer" to "standard-managed-authorizer":&lt;BR /&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#standardmanagedauthorizer" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#standardmanagedauthorizer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that any of the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2023 20:03:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/368728#M240246</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-04-17T20:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/412067#M253234</link>
      <description>&lt;P&gt;Hello I am confused on one point why are you asking to&lt;BR /&gt;Remove users.xml and authorizations.xml:&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;rm conf/users.xml conf/authorizations.xml​&lt;BR /&gt;If we remove them then how will changes that we had done in previous steps to the&amp;nbsp;authorizations.xml​ remain?&lt;BR /&gt;Also I believe step 1&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Aug 2025 15:12:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/412067#M253234</guid>
      <dc:creator>AlokKumar</dc:creator>
      <dc:date>2025-08-09T15:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/412068#M253235</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/35454"&gt;@MattWho&lt;/a&gt;&amp;nbsp;Is there any support for OIDC now?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Aug 2025 10:53:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/412068#M253235</guid>
      <dc:creator>AlokKumar</dc:creator>
      <dc:date>2025-08-10T10:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: No show Users and Policies in Global Menu</title>
      <link>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/412091#M253240</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/114561"&gt;@AlokKumar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;User authentication using OpenID Connect:&lt;BR /&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#openid_connect" target="_blank"&gt;OpenID Connect&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that any of the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 17:26:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/m-p/412091#M253240</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2025-08-11T17:26:39Z</dc:date>
    </item>
  </channel>
</rss>

