<?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: Hue SAML group mapping in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91700#M19036</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;So I can have SAML login + ldap group synch?&lt;BR /&gt;I assume "Create LDAP users on login" should be disabled in that case?&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jun 2019 09:16:14 GMT</pubDate>
    <dc:creator>MichalAR</dc:creator>
    <dc:date>2019-06-18T09:16:14Z</dc:date>
    <item>
      <title>Hue SAML group mapping</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91671#M19034</link>
      <description>&lt;P&gt;I'm testing Hue - SAML integration.&lt;BR /&gt;SAML login now works, but all users land in Hue with "default" group.&lt;BR /&gt;&lt;BR /&gt;Is there a way to assign Hue groups and permissions based on SAML attributes?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 11:37:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91671#M19034</guid>
      <dc:creator>MichalAR</dc:creator>
      <dc:date>2026-04-21T11:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hue SAML group mapping</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91678#M19035</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24993"&gt;@MichalAR&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hue does not support group mapping based on SAML attributes at this time.&lt;/P&gt;&lt;P&gt;For now, the general workaround is to use LDAP sync if possible to automate user group membership.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 18:34:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91678#M19035</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2019-06-17T18:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hue SAML group mapping</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91700#M19036</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/4054"&gt;@bgooley&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;So I can have SAML login + ldap group synch?&lt;BR /&gt;I assume "Create LDAP users on login" should be disabled in that case?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 09:16:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91700#M19036</guid>
      <dc:creator>MichalAR</dc:creator>
      <dc:date>2019-06-18T09:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hue SAML group mapping</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91729#M19037</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/24993"&gt;@MichalAR&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Right, so SAML can be used for Authentication and then LDAP for user/group sync.&lt;/P&gt;&lt;P&gt;If you are not using LDAP for authentication, then "Create LDAP users on login" won't impact you.&lt;/P&gt;&lt;P&gt;If you want to prevent the creation of a Hue user for a new user login, you can set the following:&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[libsaml]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;create_users_on_login=False&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do that, though, you need to be sure that you have all of your users already in Hue before they authenticate; otherwise, they will get an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you would like to leave&amp;nbsp;create_users_on_login "True" but change the default group membership, you can adjust the "default" group that is set for new users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To do so, set:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;[useradmin]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;default_user_group=&amp;lt;name_of_your_preferred_group&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way, you don't prevent users from authenticating via SAML if they don't already exist as Hue users, but you can restrict the resources they can access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's just another thing to consider that may help you achieve the type of configuration you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2019 18:37:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hue-SAML-group-mapping/m-p/91729#M19037</guid>
      <dc:creator>bgooley</dc:creator>
      <dc:date>2019-06-18T18:37:53Z</dc:date>
    </item>
  </channel>
</rss>

