Grouper Group validation for Shibboleth login

Aseem Keskar Aseem.Keskar at wns.com
Fri Jan 31 11:51:20 EST 2020


Hi Team,

We have changed our SP configuration (IIS 7 server) to  provide login access to only staff Grouper group users. We have followed below mentioned steps to configure the affiliation group. But this is not working from our end. We are looking for some suggestions or any reference of configuration code which we can use for this validation. Normal Shibboleth login is working fine without adding rule to check whether user belongs to any specific grouper group.

1.       shibboleth2.xml file - Added path for staff affiliation group.

  <Path name="Staff" authType="shibboleth" requireSession="true">
               <AccessControl>
                <Rule require="ucisMemberOf">uc:org:Booth:AffiliationGroups:Staff</Rule>
                </AccessControl>
  </Path>

2.       attribute-map.xml - Added below mentioed code.

    <Attribute name="urn:oid:1.3.6.1.4.1.5923.1.5.1.1" id="ucisMemberOf"/>
    <Attribute name="urn:mace:dir:attribute-def:ucisMemberOf" id="ucisMemberOf"/>

Looking for your guidance and support to implement grouper group validation for login.

Thanks & Regards
Aseem Keskar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20200131/5b043d86/attachment.html>


More information about the users mailing list