What is it?
In order to pass basic authentication information in the header to an application that you have set up as a webProxy in uPortal. You will need
How to use
...
BasicLocalConnectionContext:
1) Add the attached org.jasig.portal.security.provider.BASICLocalConnectionContext BasicLocalConnectionContext to the source area and redeploy. Note: this code will be included with uPortal 2.5 and you won't need to download it here.
2) Restart tomcat
3) Define a web proxy channel
4) Define org.jasig.portal.security.BASICLocalConnectionContext provider.BasicLocalConnectionContext as the LocalConnectionContext implementation for that channel
...