Versions Compared

Key

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

...

Code Block
xml
xml
<bean id="HttpManagerBean" class="edu.wisc.my.webproxy.beans.http.ShibbolethEnabledHttpManagerImpl" scope="prototype">
  <property name="spPrivateKey" value="/etc/shibboleth/sp-key.pem"/>  <!-- This property and the one below are optional to provide client-side TLS authentication to the IdP -->
  <property name="spCertificate" value="/etc/shibboleth/sp-cert.pem"/>
  <property name="portalEntityID" value="https://canadaspis.uchicago.edu/shibboleth"/>  <!-- This property is required -->
</bean>

In order for the portlet to properly obtain UserInfo data from the portal, the following items must also be added to the Web Proxy Portlet's portlet.xml file:

...