Hi All,
In our n/w users are logging in to system with the Desktop SSO. we have a requirement that while using Documentum App Connector users should automatically Authentcated.
Doing R&D but not able to get right direction. Pleawe help
It's all in the manuals but basically as AppConnector is webtop you need to have webtop and the repository set up for SSO
I could not find anything in the Document. Can you please be specific for which document?
Also My webtop is already SSO.
Both DFS & WDK allows to customize the SSO. It depends on which API you would like to use.
Documentum supports Netegrity SiteMinder, RSA ClearTrust, Kerberos, and WebSEAL SSO schemes. Please get documents from powerlink, regarding the developement guide & whitepapers.
Regards,
William
Dear William,
Our Webtop application is already single sign on by using Open SSO. But when we provide the same URL in the App connector Prefrences it is not getting automatically login.
Also I could not find any document on Open SSO integration with SSO.Can you please attach here
Dear Andy,
Once we have implemented SSO, Do user need login into Webtop using desktop credentials or when they click on webtop url that will directly open.
Not sure about the question but the SSO implementation will determine how/when credentials are asked for. If the SSO uses HTTP sessions then it will single sign on for that session, but if, for example, AppConnector is used then it will not use the same session and will thus ask for login details again. If the SSO solution is cross session then you will only be asked for credentials once. There are ways around this but they would require custom coding to save something at the client ot say that a session exists and have details that can be used.