Versions Compared

Key

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

...

  • In shibboleth2.xml, add Weill Medical IDP's metadata define resolver inside <ApplicationDefaults .. > block
    <MetadataProvider type="XML" validate="true"
                    url="https://login.weill.cornell.edu/idp/saml2/idp/metadata.php"
                   backingFilePath="weill-idp.xml" maxRefreshDelay="7200" />

     Add Cornell IDP's metadata resolver if it is not defined yet
     <MetadataProvider type="XML" validate="true"
                    url="https://shibidp.cit.cornell.edu/idp/shibboleth"
                  backingFilePath="cornell-idp.xml" maxRefreshDelay="7200" />

  • In shibboleth2.xml, find <SSO ..> tag which is inside <Sessions> block and replace it with:

...