Tagged Questions
2
votes
1answer
1k views
Get Windows Authentication Token Using Javascript to have Integrated Security (NOT using IIS)
I want to authenticate users on a web application. The users are already logged into their Windows Network.
Notice, this is NOT Internet Information Server. I have a Java Application Server on the ...
1
vote
2answers
949 views
ASP.NET web app can't use multiple impersonation for authenication
I have a asp.net app (uses windows authentication for access) which (stipulated by the security team) needs to connect to a remote SQL Server 2005 using integrated security.Because of the fact that ...
0
votes
1answer
601 views
WCF Nhibernate Service with Integrated Security=True error
I am working on a WCF Service(implemented with Fluent NH), and it is hosted as a Windows Service.
I am using a console application to test calling service methods.
Now, when I set connection string ...