Tagged Questions

3
votes
1answer
108 views

Integrated Windows Authentication - Realistic for internet applications?

I'm reading about how wonderful Integrated Windows Authentication is, but there is only a few comments about how it's only good for intranets. So just to be clear, is it safe to say that this ...
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
1answer
140 views

Authentication without password on Moodle

Actually I am trying to integrate my system with moodle. I need a functionality that supposed to work like that: Login into my system (same username as in moodle db) User decide to switch to moodle, ...
1
vote
2answers
823 views

How do I programmatically set Integrated Windows Authentication in IIS on a .NET web service?

I have a web service project that needs to be set to use Integrated Windows Authentication after installation. Normally, I would install the web service, then manually go to IIS and make sure the box ...
0
votes
0answers
30 views

IE slow to load one page and hangs all tabs while page works in FF/Chrome. Something to do with Integrated Authentication?

I have a directory hosted in IIS 6 that has Integrated Authentication turned on. It references some files in subfolders (i.e. images) that were forcing extra login prompts in Firefox. Turning on ...
0
votes
0answers
51 views

Integrated Windows Authentication, where else to look?

I have been trying to have Integrated Windows Authentication for a website that is mostly ran in our local network (which is entirely AD based). We have two servers, server A has our live websites, ...
0
votes
1answer
116 views

Integrated windows authentication and cloning users from xp

I have a security question about integrated windows authentication. Let say we are using .net remoting hosted in iis. The system uses integrated windows authentication. What if some client manages ...