Hi,
My requirement is to implement SSO Logon Ticket (non SAP system).I am using IIS and EP 6.4.
As far as I know, we can implement SSO in 3 different ways.
1) Web Filters (I ignored this method as EP 6.4 will not support it.)
2) Authentication on windows 2003 server. (I ignored this as I installed EP on XP)
3) Kerberos.
Please correct me if I am wrong in any of the above.
My queries are
1) When user tries to type URL in browser, how do I direct URL to portal?
2) How to implement Kerberos authentication.
3) If any person tries to hit directly IIS (not through portal) access should be forbidden.
4) How to test all of the above.
Please send me detailed steps so that I can implement SSO.
Also please help me in writing ASP code.