*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
You have followed the instruction of "Install Shibboleth Service Provider(SP) 3.x on Windows and IIS" and configured the site with Cornell IDP.
Allow Weill Medical IDConfiguration
Weill Medical has its own Identity Provider with entityID "https://login.weill.cornell.edu/idp".
- In
Open shibboleth2.xml, add Weill Medical IDP's metadata resolver inside <ApplicationDefaults .. > block
<MetadataProviderCode Block <MetadataProvider type="XML" validate="true"
url="https://login.weill.cornell.edu/idp/saml2/idp/metadata.php"
backingFilePath="weill-idp.xml" maxRefreshDelay="7200" />
- In shibboleth2.xml, find <SSO ..> tag which is inside <Sessions> block and replace it with:
...