Hi,
I am trying to integrate SAP EP with a .NET application. I have gone through SDN and the related docs and have few questions.
i came to know that the following are the approaches to achieve SSO :
1 web server filter
2 ISAPI
3 x.509
4 ticketing toolkit as mentioned under https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/enabling%20single%20sign-on%20for%20asp.net%20applications%20in%20enterprise%20portal%206.article
our client is not implementing x.509, so option 3 is ruled out.
our scenario:
Different userbases for portal and .NET application, user ids being the same.
could you please let me know which one is suitable in our scenario?
thanks