Ed
unread,Oct 21, 2009, 11:36:41 AM10/21/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?