Versions Compared

Key

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

...

Support for delegated authentication with Shibboleth comes with the Web Proxy Portlet from version 1.1.0 on.

Steps for updating the Web Proxy Portlet included with the uPortal EAR package

Step 1 - Updating the Web Proxy Portlet Version

If the uPortal EAR packaging is used edit the uPortal In pom.xml file and update the WebProxyPortlet.version line to specify 1.1.0

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

Step 2 - Enabling the Shibboleth Http Manager

Next, the existing HttpManager bean in the Spring configuration should be updated to use this new implementation with the appropriate Shibboleth-related parameters.

...