In our organization, Portal group standard is based on websphere Portal.
We took webMethods Platform for integration and process management as a futur standard (I hope :p:).
Some Human tasks can be done under My webMethods Server, but for particular business cases, functionnal team tells us if it’s possible to have Human Tasks in the websphere portal (Each user connects to the Portal with SSO mechanism), via portlets for example.
Ours login page is the page of the mws and the how can implement the sso using this page?
I use a ldap directory service and create a role using this ldap service.
In the NTLM authentication administration i define the name of my domain controller name and in the permissions of my pages i define the scheme NTLM.
The sso not function, i think not all configuration are done.
With the first link, they go to the login/password page, and It’s good I think for support/administrative account (special account). If the user clik on the second link they connect in SSO mecanism and open a page with every applications.
To do that we :
1/ configure the NTML page (Like you)
2/ We built the myenterprise.main.page
3/ Then as SysAdmin :
a) Go to “Public Folders” b) Edit the permissions on the “project folder (where we have myenterprise.main.page)” c) Select “Custom” security permissions and edit it
d) Select “NTLM” Scheme and apply the modification e) Check the “Apply to descendants” and apply modification f) You can then check that the modification was made on any descendant resources. I hope that can help you. It’s not very easy to describe but it’s working. Regards, Vincent
We are trying to setup single sign on for MWS using NTLM and have done the configurations. We have one user machine where SSO works, i.e., when we hit the url http://mws_server:8585/TargetPage, MWS picks the windows user and authenticates from active directory and everything works great. But we are not able to get it running on any other machine, even with same user
Is there any machine/ie/ff settings that is needed to get SSO working?