<?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>article Qlik Sense SaaS - Azure AD groups limitation per user in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/ta-p/1858036</link>
    <description>&lt;P&gt;&lt;SPAN&gt;In larger organizations, the number of groups a user is a member of may exceed the limit that Azure Active Directory will add to a token. 150 groups for a SAML token, and 200 for a JWT.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise SaaS" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Solution&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Cloud does not read the groups into the ID token returned by Azure, but instead will fetch the groups for the user from the MS Graph API (a maximum of 1000 groups is fetched).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The groups are fetched from the following endpoint and &lt;STRONG&gt;nested groups are not supported&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;&lt;A href="https://docs.microsoft.com/en-us/graph/api/user-list-memberof" target="_blank"&gt;https://docs.microsoft.com/en-us/graph/api/user-list-memberof&lt;/A&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, please note that if sending only specific groups to Qlik Sense is needed (and not all groups assigned to the user in Azure), then you will have to use the IdP type "ADFS" to read attributes from the ID token and use roles in Azure instead of groups to pass only the wanted groups.&lt;/P&gt;
&lt;P&gt;&lt;A class="external-link" href="https://joonasw.net/view/using-groups-vs-using-app-roles-in-azure-ad-apps" target="_blank" rel="nofollow noopener"&gt;https://joonasw.net/view/using-groups-vs-using-app-roles-in-azure-ad-apps&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;H3&gt;Related Content&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-group-claims" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-group-claims&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="external-link" href="https://joonasw.net/view/using-groups-vs-using-app-roles-in-azure-ad-apps" target="_blank" rel="nofollow noopener"&gt;https://joonasw.net/view/using-groups-vs-using-app-roles-in-azure-ad-apps&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2022 08:33:13 GMT</pubDate>
    <dc:creator>Alexis_Touet</dc:creator>
    <dc:date>2022-10-03T08:33:13Z</dc:date>
    <item>
      <title>Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/ta-p/1858036</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In larger organizations, the number of groups a user is a member of may exceed the limit that Azure Active Directory will add to a token. 150 groups for a SAML token, and 200 for a JWT.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise SaaS" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Solution&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;Qlik Cloud does not read the groups into the ID token returned by Azure, but instead will fetch the groups for the user from the MS Graph API (a maximum of 1000 groups is fetched).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The groups are fetched from the following endpoint and &lt;STRONG&gt;nested groups are not supported&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;&lt;A href="https://docs.microsoft.com/en-us/graph/api/user-list-memberof" target="_blank"&gt;https://docs.microsoft.com/en-us/graph/api/user-list-memberof&lt;/A&gt;&lt;/U&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, please note that if sending only specific groups to Qlik Sense is needed (and not all groups assigned to the user in Azure), then you will have to use the IdP type "ADFS" to read attributes from the ID token and use roles in Azure instead of groups to pass only the wanted groups.&lt;/P&gt;
&lt;P&gt;&lt;A class="external-link" href="https://joonasw.net/view/using-groups-vs-using-app-roles-in-azure-ad-apps" target="_blank" rel="nofollow noopener"&gt;https://joonasw.net/view/using-groups-vs-using-app-roles-in-azure-ad-apps&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;The information in this article is provided as-is and to be used at own discretion. Depending on tool(s) used, customization(s), and/or other factors ongoing support on the solution below may not be provided by Qlik Support.&lt;/P&gt;
&lt;H3&gt;Related Content&amp;nbsp;&lt;/H3&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-group-claims" target="_blank" rel="noopener"&gt;https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-group-claims&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="external-link" href="https://joonasw.net/view/using-groups-vs-using-app-roles-in-azure-ad-apps" target="_blank" rel="nofollow noopener"&gt;https://joonasw.net/view/using-groups-vs-using-app-roles-in-azure-ad-apps&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 08:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/ta-p/1858036</guid>
      <dc:creator>Alexis_Touet</dc:creator>
      <dc:date>2022-10-03T08:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1877992#M5215</link>
      <description>&lt;P&gt;Do we have an idea if this is something Qlik will be solving in the future?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2022 14:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1877992#M5215</guid>
      <dc:creator>jmaynard</dc:creator>
      <dc:date>2022-01-06T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1880060#M5252</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156818"&gt;@jmaynard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is being worked on as an improvement, but we do not have an estimate on when.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 12:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1880060#M5252</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-01-12T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1899111#M5671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How does this limitation affecting hybrid&amp;nbsp; deployment (on premises and Qlik Sense SaaS) with Azure AD in cloud and local AD configuration?&lt;/P&gt;&lt;P&gt;Is there a same limitation apply to on-premises AD?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;James Wong&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 07:45:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1899111#M5671</guid>
      <dc:creator>hqx</dc:creator>
      <dc:date>2022-03-02T07:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1899320#M5674</link>
      <description>&lt;P&gt;I created a case on the support site. We were informed a couple of weeks ago this was resolved.&lt;/P&gt;
&lt;P&gt;Everything we have tested so far confirms that it is resolved.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 13:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1899320#M5674</guid>
      <dc:creator>jmaynard</dc:creator>
      <dc:date>2022-03-02T13:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1988018#M7433</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/156818"&gt;@jmaynard&lt;/a&gt;&amp;nbsp;That is correct, this has now been updated with most recent information.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 08:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1988018#M7433</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2022-10-03T08:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1988103#M7434</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;what, specifically, has been updated?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 10:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1988103#M7434</guid>
      <dc:creator>DavidFosterVF</dc:creator>
      <dc:date>2022-10-03T10:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1988383#M7439</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/163820"&gt;@DavidFosterVF&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The initial limitation was 150-200 groups read from the ID token returned by Azure.&lt;/P&gt;
&lt;P&gt;The current limitation is 1000 groups read from the Microsoft Graph API.&lt;/P&gt;
&lt;P&gt;Reading from the Graph API also solves the issue that some Azure AD groups were coming in as guid instead of actual group names.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 00:31:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/1988383#M7439</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2022-10-04T00:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2044730#M8576</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp; is it possible to list all groups from Qlik-Cli command?&amp;nbsp;&lt;BR /&gt;I tried this command qlik.exe group ls but just listed 20 groups. How to list 1000 groups?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 21:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2044730#M8576</guid>
      <dc:creator>makunii</dc:creator>
      <dc:date>2023-03-02T21:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2044904#M8578</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60095"&gt;@makunii&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please direct this question to our forum: &lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/bd-p/qlik-sense-integration-extension-api" target="_blank" rel="noopener"&gt;Qlik Sense Integration, Extensions, and APIs&lt;/A&gt;. You will have access to a wider audience (support engineers, partners, and customers).&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 09:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2044904#M8578</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-03-03T09:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2045065#M8581</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ok. I will.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 14:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2045065#M8581</guid>
      <dc:creator>makunii</dc:creator>
      <dc:date>2023-03-03T14:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2045074#M8582</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my Azure AD has more than 1000 groups. How to import all of them?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 14:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2045074#M8582</guid>
      <dc:creator>makunii</dc:creator>
      <dc:date>2023-03-03T14:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2046610#M8626</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/60095" target="_blank"&gt;@makunii&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please direct this question to our forum:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/Integration-Extension-APIs/bd-p/qlik-sense-integration-extension-api" target="_blank" rel="noopener"&gt;Qlik Sense Integration, Extensions, and APIs&lt;/A&gt;. You will have access to a wider audience (support engineers, partners, and customers).&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Mar 2023 08:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2046610#M8626</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-03-08T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2455601#M13992</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I see all our AD groups in Qlik, but I only want to see the ones that are related to Qlik.&lt;BR /&gt;Does anyone know how to fix that?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Lilli&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 09:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2455601#M13992</guid>
      <dc:creator>lilli_f</dc:creator>
      <dc:date>2024-05-23T09:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense SaaS - Azure AD groups limitation per user</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2492103#M14924</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So this means that even when saml is used , groups are read from API ?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;brgds&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jan Farkas&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2024 15:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-SaaS-Azure-AD-groups-limitation-per-user/tac-p/2492103#M14924</guid>
      <dc:creator>janyf</dc:creator>
      <dc:date>2024-11-11T15:52:34Z</dc:date>
    </item>
  </channel>
</rss>

