...
Within the scope of a diploma thesis at "Ludwig Maximilian Universit?tUniversitaet" and "Leibniz-Rechenzentrum" in Munich,
Shibboleth 1.3c IdP has been prototypically extended by a new ARP architecture using the powerful policy language 'XACML' (see XACML Specification).
...
- set up one (or more) ldap-server(s) (e.g. located at your
IdP)Code Block - configure the
in idp.xml like this:Code Block ArpRepository
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>
...