We are having App1 as Claim Based Application (Windows Authentication Enabled).
We Extend App1 to App2 to Form Based Application.(We define the
LDAP Membership Provide in Config File).
When we login to App1 : User Name Display as "DomainName\User1"
When we login to App2 : User Name Display as "MemberShipProviderName\User1"
Situation is like this :
1) John is an employee of ABC organisation and in his system he log in in App1 as windows authention
URL : http://App1/Site/Department
2) From public URL he log in using FBA credential (LDAP active directory user)
URL : http://App2/Site/Department
Requirment is that When we Login in App2 (http://App2/Site/Department) (Form Based Application )
the User Name Should Display as Windows User Like = "DomainName\User1"
We want to impersonate form based user as windows user for whole log in sesion.
Please suggest.
Thanks
sharda