Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Step 1: Updating the Web Proxy Portlet Version

In uPortal-4.x/pom.xml file and , update the WebProxyPortlet.version line to specify 1.1.1the portlet version

Code Block
xml
xml
<WebProxyPortlet.version>1.1.1</WebProxyPortlet.version>

Step 2: Enabling the Shibboleth Http Manager

Add the file uPortal-4.x/uportal-portlets-overlay/WebProxyPortlet/src/main/webapp/WEB-INF/applicationContextOverrides.xml with contents:
You'll need to set the spPrivateKey, spCertificate, and portalEntityID properties appropriately for your institution.

...