portal - Use SAP Logon ticket with .Net Application using SSO22KerbMap or SAPSSOEXT -


i looking option on using single sign on (sso) sap portal non-sap asp .net application. reading through documents , online searches, found there couple of approaches 1. use "sapssoext" evaluate logon ticket in .net application. 2. use "sso22kerbmap" isapi module.

the .net application configured use integrated windows authentication using active directory. but, need support sso sap portal. without sso, if user signs .net app user b's system, .net app windows authentication , treat user b logged in user.

option 1 involves developing new code .net application not support , may not possible in case. option 2 sounds promising, not clear on how work. sounds module verifies sap logon ticket , acquires constrained kerberos ticket. but, confused how .net application use constrained kerberos ticket. option 2 seamless bridge install , .net app support sso magic? love if did that, sounds true. :)

any pointers helpful understanding.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -