Changed thread subject * - The issue isn't specific to WCF.
We have some web content that is setup in virtual directories using integrated windows authentication. The virtual directories are running under application pools that are using a custom identity (custom user account). The problem is that NTLM authentication works however Ker...
An application written in Java needs to store passwords to external services per user. Within the application the user itself authenticates against a KDC using Kerberos (basically creating a LoginContext utilizing Jaas).
I would like to store the encrypted secrets to other services in some kind of file (XML?) at the applications locatio...
Hello,
I would like to compare a String to the password of the currently authenticated user (encrypted keys comparison). It seems like retrieving password from the ticket cache but how can I do that?
Thank you
...
Hello!
I'm looking for .Net library to deal with PostgreSQL server that uses kerberos authentication. The environment is Debian linux, PostgreSQL 8.4 and mono 2.6.7.
I was trying to do that with Npgsql, but it supports two types of authentication only: passwords-based and "integrated security". As i know, integrated security is windows...
Hi All,
I have configured active directory.
Also I have several computers joined the domain.
I have wcf service hosted in IIS. The service uses wsHttpBinding.
I need to configure the wcf service and client to use windows authentication with kerberos.
Also I do not plan to use ssl.
(is kerberos part of active directory or I need to ins...