Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
8answers
5k views

How to use Windows login for single-sign-on and for Active Directory entries for Desktop Java application?

I'd like to have my desktop Java application to have single sign on related to Active Directory users. In two steps, I'd like to : Be sure that the particular user has logged in to Windows with ...
7
votes
5answers
907 views

Get username of client who connected to web server

Here's the scenario. I am code running on a web server in an AD domain. Some client has connected to me. How do I get that client's username, without having the client fill out a form in their ...
2
votes
0answers
73 views

Using Integrated Windows Authentication in a Perl Dancer App

I am currently building a web app with Perl Dancer. This app requires users to authenticate using my company's Active Directory. To avoid prompting users for their usernames and passwords, I would ...
2
votes
2answers
194 views

How to mix WIF and non-WIF endpoints in a single WCF <service>?

A WIF-based WCF service needs to call method FederatedServiceCredentials.ConfigureServiceHost(), or put the equivalent element <federatedServiceHostConfiguration> in the web.config file, to ...
2
votes
2answers
8k 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 ...
2
votes
3answers
515 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? ...
1
vote
2answers
98 views

LDAP - Cassini vs IIS 5.1 problem - ASP .NET

I am developing an intranet asp.net web application that's configured to use Integrated Windows Authentication. My web app needs to check user entitlements using LDAP to get user memberships, etc. ...
1
vote
1answer
1k views

Integrated Windows Authentication in FireFox

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 there are ...
1
vote
3answers
3k views

Tomcat and windows integrated authentication

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 to get ...
0
votes
1answer
100 views

IBM Filenet P8 Integrated windows Auth

A colleague of mine is trying to consume an intranet web service that's configured to use Integrated Windows Auth and he believes there's no way to configure IBM Filenet P8 to perform integrated ...
0
votes
0answers
26 views

Why are my executables being run as a domain user in IIS 6?

I'm having problems with IIS in DEV vs QA. One thing I notices by watching task manager is that when a .exe runs on DEV it is running as the user instead of my generic iis user. Is this normal for IIS ...
0
votes
4answers
1k views

SAML Identity Provider based on Active Directory

I have a 3rd party program that supports web SSO using SAML 1.1 (it is ready to serve as the Service Provider, in other words). We would like to implement this SSO for our intranet users based on ...
0
votes
1answer
41 views

Using Windows Integrated Authentication when connecting to db4o in .net?

When opening a client against a db40 server it seems to expect a user name and password Db4oFactory.OpenClient(string hostName, int port, string user, string password); Is there any way of using ...
0
votes
2answers
89 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 ...