Calling a WCF from ASP.NET with same the single-signon user LogonUserIdentity
- by Dennis Cheung
I have a ASP.NET MVC page, which call WCF logic.
The system is single-signon using NTML.
Both the ASP page and the WCF will use the UserIdentity to get user login information.
Other then NTML, I will also have a Form based authorization (with AD) in same system.
The ASP page, is it simple and I can have it from…