Hi everyone,
I am looking to implement SSO between a third part application and SAP Portal. Correct me if I am wrong.... first step involves retrieving the cookie from the browser and the second step attempts to decrypt the cookie and validate the user. Please help me and let me know how I could modify it to implement SSO between a third party asp.net application and SAP EP. I am fairly new to this issue and SAP.
I am pretty much unclear on both the parts of the implementation. The sample code that I have from SAP involves .net Sample code for SAP Logon Ticket Verification---- its the sapssoext.dll. i brought the dll inside the applcation and im able to see the methods used in the dll. but not sure how to get the cookie from the dll or is there anything else has to be done......im using VWD for the asp.net applicaiton made in C#......please help as to how to get the cookie from dll....thanks so much