On Thu, Sep 2, 2010 at 9:45 AM,  <[email protected]> wrote:
> Yes, my bad, I didn't have all my ducks in a row.  Seems to be working
> fine now, just what we needed.  We have one exception in that mediawiki
> uses a server generated token in the login process.  If we grab a token
> from a login page, and paste it into our portlet, SSO will work one time
> for that token, but since it changes each time, we're really scratching
> our heads as to how to accomodate SSO in this situation.  At any rate,
> your changes have really made SSO useful for us.  Thanks.
>

I once wrote an extended SSO Web Content portlet "SSOTicketPortlet":

http://www.java2s.com/Open-Source/Java-Document/Portal/jetspeed-2.1.3/org/apache/jetspeed/portlet/SSOTicketPortlet.java.htm

It retrieves a ticket(token) from the server its authenticating
against, and then includes it in subsequent request parameters for the
remainder of the session. It seems to be similar to what you need,
however one problem (again). As you can see in the class diagram in
the link above, it extends SSOWebContentPortlet, not SSOIFramePortlet.
It will require new coding to get it working in an SSO IFrame
portlet...

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to