Need help on implementing OpenSSO Client

24 views
Skip to first unread message

Ed

unread,
Oct 21, 2009, 11:36:41 AM10/21/09
to soaprogramming
I have worked through the OpenSSO basic lab, and by following the
steps it worked fine. However, it did not have enough detail for
implementing the same thing yourself. The client SDK seemed to rely
on a Configurator.jsp to create AMConfig.properties in the user home
directory. I really don't get how it works and here are my
questions:

1. Who reads the property file? I seemed to have problem performing
SSOTokenManager manager = SSOTokenManager.getInstance();
token = manager.createSSOToken(request);

so I imagine that SSOTokenManager will create a token based on the
property file as well? Is other way? Can I create a property object ?
I am not dealing with a static Identity provider, I will need to
authenticate with multiple IdPs.

2. Why doesn't the opensso-client.zip include all the source? I can
unzip the war to peak at the JSPs, but the servlets are all compiled
with no source codes. There are same sample source which are not
identical to the compiled servlet in the war file.

Are the better docs to code the client?

Ed

unread,
Oct 22, 2009, 11:58:39 AM10/22/09
to soaprogramming
I am really having a hard time implementing my own opensso client, I
almost ripped everything from the client sdk war, but I can't get it
to work on my project. One craziest problem would be including
webservices-rt.jar into my project in which my war is not deployable
when webservices-rt.jar is included. Where as opensso-client-jdk15 is
deployable in the same glassfish server.

I am lost!.
Reply all
Reply to author
Forward
0 new messages