Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 Code Block IdP)
  • configure the
    Code Block
    ArpRepository
    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>
    

...