Versions Compared

Key

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

...

<SSO entityID="[your idP's entityIdentityID, a URI] e.g. http://sso.med.harvard.edu/adfs/services/trust">
    SAML2
</SSO>

...

The attribute-map.xml file (as set by the "path" xml attribute) will specify which attributes are extracted from the IdP's response and the name of the request headers or attributes they will be available as to the Servlet code. More on this file below:

...

<CredentialResolver type="File" key="/etc/shibboleth/sp-key.pem" certificate="/etc/shibboleth/sp-cert.pem"password="<only if needed>" />

We left these elements and the files they point to unchanged:

...