I am working for a project which required SSO to be established using Tivoli Access Manager with Webtop v6.5 SP2.
I have followed the steps as specified in the in the wdk development guide but still failing to achieve the SSO.
One thing that I could not figure out is the set up of Principal in the application server for a user/role defined in the web.xml of webtop.
We have IBM webshpere 6.1 as our Application Server.
I have done following changed to the webtop.
1> Changes to AuthenticationSchemes.properties file to use UserPrincipalAuthenticationScheme
2> Changes to TrustedAuthenticatorCredentials.properties file.
3> Changes to web.xml file to remove the comments around security constraints element. (what should be done corresponding to it in App Server and how that can be done in Webshpere)
4> Changes to app.xml for default docbase authentication.
Pls help me for the configuration required in WAS?
Thanks