<?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: SAML include all AD groups in Managing Users</title>
    <link>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5055708#M1371</link>
    <description>&lt;P&gt;Thanks, this works great using memberof to pull all the AD groups.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Apr 2024 16:17:59 GMT</pubDate>
    <dc:creator>sv45354</dc:creator>
    <dc:date>2024-04-03T16:17:59Z</dc:date>
    <item>
      <title>SAML include all AD groups</title>
      <link>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5052352#M1366</link>
      <description>&lt;P&gt;We are looking at moving to SSO but need to be able to include all the groups a user is a member of. Is it possible to pull this from AD and include it in SAML claims?&lt;/P&gt;&lt;P&gt;Ideally we would want to manage this in a single place (AD) so if we added a new group we wouldn't want to have to update Duo to pass it to an application.&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 20:19:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5052352#M1366</guid>
      <dc:creator>sv45354</dc:creator>
      <dc:date>2024-03-28T20:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAML include all AD groups</title>
      <link>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5052406#M1367</link>
      <description>&lt;P&gt;As far as I remember, you can sync up to 400 groups in duo. There is another way of syncing everything or sync custom attributes here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://duo.com/docs/dirsync-faq#can-i-import-admins,-users,-and-groups-from-active-directory-lightweight-directory-services?" target="_blank"&gt;https://duo.com/docs/dirsync-faq#can-i-import-admins,-users,-and-groups-from-active-directory-lightweight-directory-services?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This FAQ might help answer many of your doubts.&lt;/P&gt;&lt;P&gt;If you elaborate your use case, I might be able to help you better.&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times" size="2"&gt;&lt;EM&gt;&lt;STRONG&gt;If you find this useful, please mark it helpful and accept the solution.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 23:16:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5052406#M1367</guid>
      <dc:creator>Pulkit Mittal</dc:creator>
      <dc:date>2024-03-28T23:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAML include all AD groups</title>
      <link>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5052559#M1368</link>
      <description>&lt;P&gt;I currently have directory sync setup but as far as I can see you have to manually select each group you want syncing. I want to use Duo as authentication to all our applications so need all the groups from a certain OU passed through by default, or even all the AD groups a user is a member of. We frequently add new groups in AD and don't want the overhead of having to manage them in Duo as well.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 07:47:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5052559#M1368</guid>
      <dc:creator>sv45354</dc:creator>
      <dc:date>2024-03-29T07:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAML include all AD groups</title>
      <link>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5055103#M1370</link>
      <description>&lt;P&gt;While the other response that mentions directory sync doesn't appear initially relevant for IdP attributes passed to the SAML SP, there is a use case involving sync that I'll elaborate on in a bit.&lt;/P&gt;
&lt;P&gt;Easy way I think is to specify `memberof` as a &lt;A href="https://duo.com/docs/sso-generic#create-your-cloud-application-in-duo:~:text=algorithms%20it%20supports.-,Map%20attributes,-If%20your%20service" target="_self"&gt;mapped attribute for a generic SAML application&lt;/A&gt;. I believe that would put the value of that constructed AD attribute into the SAML response (as a list of group DNs, just like when you view that attribute directly in AD). You could use &lt;A href="https://duo.com/docs/sso-generic#attribute-transformations" target="_self"&gt;attribute transformations&lt;/A&gt;&amp;nbsp;rules format_ad_groups rule to strip away DNs to just leave the group name(s).&lt;/P&gt;
&lt;P&gt;The other use case where &lt;A href="https://duo.com/docs/adsync" target="_self"&gt;Active Directory&lt;/A&gt; sync gains relevancy is that if you do sync your AD users and the groups they're in into Duo, you can then use the groups you have synced as &lt;A href="https://duo.com/docs/sso-generic#create-your-cloud-application-in-duo:~:text=required%20attribute%20names.-,Role%20attributes,-If%20your%20service" target="_self"&gt;role attributes&lt;/A&gt; groups. The catch with these is that they have to exist in Duo; you can't select the groups directly from AD if you haven't synced them over first.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 16:32:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5055103#M1370</guid>
      <dc:creator>DuoKristina</dc:creator>
      <dc:date>2024-04-02T16:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAML include all AD groups</title>
      <link>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5055708#M1371</link>
      <description>&lt;P&gt;Thanks, this works great using memberof to pull all the AD groups.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 16:17:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/managing-users/saml-include-all-ad-groups/m-p/5055708#M1371</guid>
      <dc:creator>sv45354</dc:creator>
      <dc:date>2024-04-03T16:17:59Z</dc:date>
    </item>
  </channel>
</rss>

