<?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: how to setup okta authentication with cdh impala in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412747#M253666</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/2201"&gt;@tableau&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.&lt;/P&gt;</description>
    <pubDate>Fri, 24 Oct 2025 21:03:44 GMT</pubDate>
    <dc:creator>DianaTorres</dc:creator>
    <dc:date>2025-10-24T21:03:44Z</dc:date>
    <item>
      <title>how to setup okta authentication with cdh impala</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412673#M253611</link>
      <description>&lt;P&gt;I have a cdp 7.3.1 instance, and I want to hookup okta authentication to the impala service, so that when tableau connects to the impala, it will trigger authentication / call back with a okta server(I already have admin controls of it, and have scope/application etc).&lt;/P&gt;&lt;P&gt;on this instance, I already enabled kerberos, knox and not sure if I need to enable ssl as well, I can't find any documentation for it, can some one walk me through the setup? I mostly rely on chapgpt, and had some issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2025 22:19:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412673#M253611</guid>
      <dc:creator>tableau</dc:creator>
      <dc:date>2025-10-15T22:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup okta authentication with cdh impala</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412683#M253619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81584"&gt;@jAnshula&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/75213"&gt;@ChethanYM&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/8448"&gt;@Boris G&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/92797"&gt;@Saurabhatiyal&lt;/a&gt;&amp;nbsp;Hello team &lt;BR /&gt;Do you have any insights here? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Oct 2025 21:49:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412683#M253619</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-10-16T21:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup okta authentication with cdh impala</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412687#M253623</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/2201"&gt;@tableau&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Impala ODBC/JDBC drivers don’t natively support SAML authentication.&lt;BR /&gt;You need to use Apache Knox as the SAML Service Provider (SP). Knox handles authentication with Okta (IdP) and then proxies the authenticated session to Impala using Kerberos delegation.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Okta → SAML → Knox SSO (Gateway) → Kerberos delegation → Impala&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SSL (HTTPS) is required for SAML authentication to work securely.&lt;BR /&gt;Please refer to the following Cloudera documentation for setup details:&lt;/P&gt;&lt;P data-unlink="true"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.3.1/knox-authentication/topics/security-knox-authe-saml.html&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.3.1/knox-authentication/topics/security-knox-tls-mutual-authentication.html&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let us know if you have any questions on the same.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 08:42:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412687#M253623</guid>
      <dc:creator>jAnshula</dc:creator>
      <dc:date>2025-10-17T08:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup okta authentication with cdh impala</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412688#M253624</link>
      <description>&lt;P&gt;You can use oauth which is available in Impala now&lt;/P&gt;&lt;P&gt;See:&amp;nbsp;&lt;A href="https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/impala-secure/topics/impala-oauth.html" target="_blank"&gt;https://docs.cloudera.com/cdp-private-cloud-base/7.1.9/impala-secure/topics/impala-oauth.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Oct 2025 11:09:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412688#M253624</guid>
      <dc:creator>DanielR</dc:creator>
      <dc:date>2025-10-17T11:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup okta authentication with cdh impala</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412747#M253666</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/2201"&gt;@tableau&lt;/a&gt;&amp;nbsp;Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Oct 2025 21:03:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412747#M253666</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2025-10-24T21:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup okta authentication with cdh impala</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412760#M253678</link>
      <description>&lt;P&gt;I need time to test the flow, and if there is a more detailed tutorial on how it is done, please send it my way. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 16:11:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412760#M253678</guid>
      <dc:creator>tableau</dc:creator>
      <dc:date>2025-10-28T16:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup okta authentication with cdh impala</title>
      <link>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412761#M253679</link>
      <description>&lt;P&gt;I have a okta server and application / scope information, and I need guidance on how to implement the okta provider in the knox setup. The current documentation talks more about ldap, and not helpful on okta setup.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 16:52:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/how-to-setup-okta-authentication-with-cdh-impala/m-p/412761#M253679</guid>
      <dc:creator>tableau</dc:creator>
      <dc:date>2025-10-28T16:52:52Z</dc:date>
    </item>
  </channel>
</rss>

