<?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 NiFi: Unknown user with identity 'admin'. Contact the system administrator. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NiFi-Unknown-user-with-identity-admin-Contact-the-system/m-p/209269#M171223</link>
    <description>&lt;P&gt;I get error "Unknown user with identity 'admin'. Contact the system administrator." with login.&lt;/P&gt;&lt;P&gt;I installed nifi 1.7.1 and nifi-toolkit 1.7.1...&lt;/P&gt;&lt;P&gt;But, It occurs error message.&lt;/P&gt;&lt;P&gt;nifi-user.log is :&lt;/P&gt;&lt;PRE&gt;2018-08-02 01:17:44,001 INFO [NiFi Web Server-22] o.a.n.w.a.c.AccessDeniedExceptionMapper identity[admin], groups[] does not have permission to access the requested resource. Unknown user with identity 'admin'. Returning Forbidden response.


2018-08-02 01:19:13,176 INFO [NiFi Web Server-70] o.a.n.w.s.NiFiAuthenticationFilter Attempting request for (&amp;lt;JWT token&amp;gt;) GET &lt;A href="https://localhost:9443/nifi-api/flow/current-user" target="_blank"&gt;https://localhost:9443/nifi-api/flow/current-user&lt;/A&gt; (source ip: xxx.xxx.xx.xx)


2018-08-02 01:19:13,178 INFO [NiFi Web Server-70] o.a.n.w.s.NiFiAuthenticationFilter Authentication success for admin


login-identity-providers.xml:&lt;/PRE&gt;&lt;P&gt;authorizers.xml:&lt;/P&gt;&lt;P&gt;&amp;lt;authorizer&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;identifier&amp;gt;file-provider&amp;lt;/identifier&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;class&amp;gt;org.apache.nifi.authorization.FileAuthorizer&amp;lt;/class&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;property name="Authorizations File"&amp;gt;./conf/authorizations.xml&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;property name="Users File"&amp;gt;./conf/users.xml&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;property name="Initial Admin Identity"&amp;gt;admin&amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;lt;property name="Legacy Authorized Users File"&amp;gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;property name="Node Identity 1"&amp;gt;CN=admin,OU=NIFI&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt; &amp;lt;/authorizer&amp;gt;&lt;/P&gt;&lt;P&gt;login-identity-providers.xml :&lt;/P&gt;&lt;P&gt;&amp;lt;provider&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;identifier&amp;gt;ldap-provider&amp;lt;/identifier&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;class&amp;gt;org.apache.nifi.ldap.LdapProvider&amp;lt;/class&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;property name="Authentication Strategy"&amp;gt;SIMPLE&amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;property name="Manager DN"&amp;gt;CN=admin,OU=NIFI,DC=evidnet,DC=com&amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;property name="Manager Password"&amp;gt;evidnet&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="TLS - Keystore"&amp;gt;&amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;property name="TLS - Keystore Password"&amp;gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="TLS - Keystore Type"&amp;gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="TLS - Truststore"&amp;gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="TLS - Truststore Password"&amp;gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="TLS - Truststore Type"&amp;gt;&amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;property name="TLS - Client Auth"&amp;gt;&amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;property name="TLS - Protocol"&amp;gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="TLS - Shutdown Gracefully"&amp;gt;&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="Referral Strategy"&amp;gt;IGNORE&amp;lt;/property&amp;gt; &lt;/P&gt;&lt;P&gt;        &amp;lt;property name="Connect Timeout"&amp;gt;10 secs&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="Read Timeout"&amp;gt;10 secs&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;
        &amp;lt;property name="Url"&amp;gt;ldap://localhost:389&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property name="User Search Base"&amp;gt;OU=NIFI,DC=evidnet,DC=com&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property name="User Search Filter"&amp;gt;cn={0}&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property name="Identity Strategy"&amp;gt;USE_USERNAME&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;property name="Authentication Expiration"&amp;gt;2 hours&amp;lt;/property&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/provider&amp;gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 08:23:22 GMT</pubDate>
    <dc:creator>wluns32</dc:creator>
    <dc:date>2018-08-02T08:23:22Z</dc:date>
  </channel>
</rss>

