Question concerning login.jsp
Brewer, Edward L
lee.brewer at Vanderbilt.Edu
Fri Apr 26 11:06:31 EDT 2013
>>I noticed on a good attempt I also have _idp_session and/or
>>_idp_athn_ic_key.
>>
>>Is this because of the additional login-mobile.jsp?
>/j_security_check is not going to work unless you're using container-managed security.
>I suspect you failed to replicate the conditional logic in the original JSP file controlling how the form action is set.
Actually the login-mobile.jsp does have the correct bits. To prove that to myself, I replaced login-mobile.jsp with login.jsp (minus the javascript that checks for screen size that we added). Tested and get similar error... Now I see the cookies but it still fails with no errors listed. Here is the javascript again for reference.
<script type="text/javascript">
<!--
if (screen.width <= 700) {
window.location = "https://vushib-idp.vanderbilt.edu/idp/login-mobile.jsp";
}
//-->
</script>
Thanks again for your time,
Lee Brewer
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list