Expand my Community achievements bar.

Using HTTP Header method to configure SSO between LC ES2.5 and .NET 2005 Web Portal

Avatar

Former Community Member

Hi,

I am stuck on how to develop the .NET 2005 application to work with LC ES2.5. I would like to do SSO between a web poratl which is developed by .NET programming and Adobe LiveCycle ES2 or 2.5. I have walked around the material provided by Adobe about configure SSO from below link. However, i still don't accomplish my project.

http://help.adobe.com/en_US/livecycle/9.0/adminHelp/admin.htm?content=000047.html

Anyone has an experience of implementing SSO by HTTP Header between .NET Web application and LC ES2 or 2.5?

Thank you,

Mac

2 Replies

Avatar

Former Community Member

Could you provide a sample programming of .NET Web Application?

Configuration:

1. Configure HTTP Header on LC Adminui.

Application Workflow:

1. Login through .NET Web Application (Web Portal) by authenticating both of Active Directory and Internal (DB).

2. Using "Response.Redirect(http://ipaddress:8080/workspace); command for accessing LC Worksapce.

  • Capture username and password from Login Page on Web Portal and add them into HTTP Header before access LC Workspace.
  • Using navigate command "Redirect". Can we use "Response.Redirect" command?

3. Automatic logon into Main Page of LC Workspace.

Thank you.

Mac