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 to use the BASICLocalConnectionContext:
1) Add the attached org.jasig.portal.security.BASICLocalConnectionContext to the source area and redeploy.
2) Restart tomcat
3) Define a web proxy channel
4) Define org.jasig.portal.security.BASICLocalConnectionContext as the LocalConnectionContext implementation for that channel
You should now have a WebProxy channel using the LCC to send authentication credentials to a remote server.