...
- set up one (or more) ldap-server(s) (e.g. located at your IdP)
- configure the ArpRepository Arp Repository in idp.xml like this:
Code Block <ReleasePolicyEngine> <ArpRepository implementation="edu.internet2.middleware. shibboleth.aa.arp.provider.LdapArpRepository"> <Path>ldap://ecample.com:389/dc=example,dc=com </Path> <Path> ...more LDAP-servers... </Path> </ArpRepository> </ReleasePolicyEngine>
...