<?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>topic Re: List of AD groups granting access to users for streams in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-AD-groups-granting-access-to-users-for-streams/m-p/2514640#M22086</link>
    <description>&lt;P&gt;If you grab the AD groups in the virtual proxy that users log in with, it's quite simple:&lt;/P&gt;&lt;P&gt;section access;&lt;BR /&gt;access:&lt;BR /&gt;load distinct * inline [&lt;BR /&gt;ACCESS, USERID, GROUP&lt;BR /&gt;ADMIN, AD\QLIKSVC, *&lt;BR /&gt;ADMIN, AD\MYNAME, *&lt;BR /&gt;ADMIN, INTERNAL\SA_SCHEDULER, *&lt;BR /&gt;USER, *, 'cn=it-gruppchefer,dc=prefix,dc=mydomain,dc=com'&lt;BR /&gt;USER, *, 'cn=groupname1,dc=prefix,dc=mydomain,dc=com'&lt;BR /&gt;USER, *, 'cn=groupname2,dc=prefix,dc=mydomain,dc=com'&lt;BR /&gt;];&lt;BR /&gt;section application;&lt;/P&gt;&lt;P&gt;This, of course, depends on what the group data from your AD looks like.&lt;/P&gt;&lt;P&gt;Se this page in the manual:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/Subsystems/QMC/Content/QV_QMC/QMC_Users_SectionAccessManagement.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/Subsystems/QMC/Content/QV_QMC/QMC_Users_SectionAccessManagement.htm&lt;/A&gt;&amp;nbsp;and you could also look at this post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Section-Access-with-Groups-in-Qlik-Sense/ta-p/1714374" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Section-Access-with-Groups-in-Qlik-Sense/ta-p/1714374&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2025 15:37:53 GMT</pubDate>
    <dc:creator>henrikalmen</dc:creator>
    <dc:date>2025-04-16T15:37:53Z</dc:date>
    <item>
      <title>List of AD groups granting access to users for streams</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-AD-groups-granting-access-to-users-for-streams/m-p/2514390#M22070</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am exploring a ways to build custom report in Qlik sense enterprise on windows which needs to have details like as&amp;nbsp; follows.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Raju_6952_1-1744704890501.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/179637i3A0DB1CB5AEB585F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Raju_6952_1-1744704890501.png" alt="Raju_6952_1-1744704890501.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions would be highly appreciated on this requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 08:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-AD-groups-granting-access-to-users-for-streams/m-p/2514390#M22070</guid>
      <dc:creator>Raju_6952</dc:creator>
      <dc:date>2025-04-15T08:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: List of AD groups granting access to users for streams</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-AD-groups-granting-access-to-users-for-streams/m-p/2514640#M22086</link>
      <description>&lt;P&gt;If you grab the AD groups in the virtual proxy that users log in with, it's quite simple:&lt;/P&gt;&lt;P&gt;section access;&lt;BR /&gt;access:&lt;BR /&gt;load distinct * inline [&lt;BR /&gt;ACCESS, USERID, GROUP&lt;BR /&gt;ADMIN, AD\QLIKSVC, *&lt;BR /&gt;ADMIN, AD\MYNAME, *&lt;BR /&gt;ADMIN, INTERNAL\SA_SCHEDULER, *&lt;BR /&gt;USER, *, 'cn=it-gruppchefer,dc=prefix,dc=mydomain,dc=com'&lt;BR /&gt;USER, *, 'cn=groupname1,dc=prefix,dc=mydomain,dc=com'&lt;BR /&gt;USER, *, 'cn=groupname2,dc=prefix,dc=mydomain,dc=com'&lt;BR /&gt;];&lt;BR /&gt;section application;&lt;/P&gt;&lt;P&gt;This, of course, depends on what the group data from your AD looks like.&lt;/P&gt;&lt;P&gt;Se this page in the manual:&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/Subsystems/QMC/Content/QV_QMC/QMC_Users_SectionAccessManagement.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/qlikview/Subsystems/QMC/Content/QV_QMC/QMC_Users_SectionAccessManagement.htm&lt;/A&gt;&amp;nbsp;and you could also look at this post:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Section-Access-with-Groups-in-Qlik-Sense/ta-p/1714374" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Troubleshooting-Section-Access-with-Groups-in-Qlik-Sense/ta-p/1714374&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 15:37:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-AD-groups-granting-access-to-users-for-streams/m-p/2514640#M22086</guid>
      <dc:creator>henrikalmen</dc:creator>
      <dc:date>2025-04-16T15:37:53Z</dc:date>
    </item>
  </channel>
</rss>

