Auto populating j_username using username/password authentication
Cantor, Scott
cantor.2 at osu.edu
Thu Feb 25 17:01:50 EST 2016
> Due to the fact that I need to capture the username for my decision based
> logic I don’t want to prompt the user to enter the username a second time.
> So I am trying to figure out how to pass it as part of my IDP initiated session
> URL. I looked at previous posts and it looks like this has been done but it is
> unclear how.
I...can't imagine how they could have. I guess if you got really ambitious and hacked up a Java filter to check for some parameter the IdP doesn't know about on the initial entry in, you could save it off somehow and then check for something later in your login.jsp.
Assuming we're talking about V2 here anyway.
There's a sort of hook for this in V3 but since SAML doesn't have that feature it isn't exercised at the moment.
-- Scott
More information about the users
mailing list