I'm about to implement my own SSO implementation, and I looked at net.jforum.sso.RemoteUserSSO. It seems to have a minor bug: all paths through isSessionValid() return false. I assume this is not the intent.
-- Scott Sauyet [originally posted on jforum.net by scott_sauyet]
Migrated From Jforum.net
Ranch Hand
Joined: Apr 22, 2012
Posts: 17424
posted
0
scott_sauyet wrote:net.jforum.sso.RemoteUserSSO [...] seems to have a minor bug: all paths through isSessionValid() return false.
I forgot to say this is from CVS HEAD. [originally posted on jforum.net by scott_sauyet]