Re: Shibboleth Integration

2012-01-17 Thread Jered Myers
I figured out a solution. Here is how the get the eppn I needed in Wicket: final HttpServletRequest request =(HttpServletRequest)getRequestCycle().getRequest().getContainerRequest(); String eppn = request.getAttribute(eppn) != null ? request.getAttribute(eppn).toString() : not set; The

Shibboleth Integration

2012-01-16 Thread Jered Myers
I am attempting to integrate with Shibboleth using Tomcat 6 and Wicket 1.4.18. I don't want to get into too much detail on Shibboleth in this list, but I was wonder in anybody had already done this and is able to get the eppn attribute back after successfully logging in. I need to know the