Tagged Questions

0
votes
2answers
41 views

Is there anythings besides IIS that I can use to get Windows Integrated Authentication?

On a Mac os x server with apache, is there any programming library, framework, etc. that I can get to allow Windows Integrated Authentication? I don't mean just LDAP because the user still has to …
1
vote
2answers
1k views

Java Active Directory Integrated Windows Authentication

You can see in the following posts http://forums.sun.com/thread.jspa?threadID=603815 http://forums.devshed.com/ldap-programming-76/active-directory-services-using-java-api-89586.html an example of …
1
vote
3answers
187 views

Nant, Vault & Windows Integrated Authentication

I am wanting to perform a number of tasks in SourceGear Vault (V4.1.4) with Nant (V0.86.3317.0). Is there any way we can get Vault to use Windows Authentication from Nant to create the connection? …
0
votes
1answer
377 views

Integrated Windows Authentication in FireFox

Hello If my ASP.NET app is set up for ADFS using Windows Integrated Authentication, I know this will work in IE, but will it work in Firefox? I've seen some things on the web that indicate that …
0
votes
3answers
523 views

Tomcat and windows integrated authentication

Hi! I'm developing a JAVA APP that must run on a Tomcat and I need to be able to identify the remote user who is acceding to my application web. This remote user is running on a windows, so I need …