We make an appliance with a spring web interface running on Tomcat on Centos Linux. I\'m investigating how we users can connect with out entering a username/password, but instead use windows authenti
i\'m trying to authenticate users into a Kerberos realm with Java. I\'ve already done the authentication with de Krb5LoginModule, and the users are correctly conn开发者_运维问答ected to the server wit
I have a webservice that is configured for Windows Authentication. The client code that invokes the WS passes along the credentials to the WS as follows:
Applications such a Google\'s Chrome and IE can transparently handle Kerberos authentication; however I can not find a \"simple\" Java solution to match this transparency. All of the solutions I have
I\'m using Java on the server side and I want to validate a kerberos ticket with java code.I have a keytab file.How do开发者_开发百科 I do this?I keep finding all of these samples which don\'t use a k
I configured IBM WebSphere Portal 6.1 on WAS7: SPNEGO, ssl with self signed certificate, default http transport (without Web Server) and changed default ports 10039, 10029 to 80, 44开发者_运维问答3.
I use SPNEGO to authenticate my webapp. I would like to use ticket delegation to开发者_开发知识库 authenticate to LDAP on server side. But there is no ticket cache on server side since login (kinit) i
Our company purchased GSA (GSA 6.8.0.G.30), and we are trying to integrate search into our portal (an ASP.NET) application. The
I am getting following error when I authenticate a web page in IIS 6.0 : Msg Type : KRB-ERROR (30) erro开发者_运维技巧r-code : KRB5KRB_AP_ERR_MODIFIED
In an application that impersonates another domain user for file system access, we\'re experiencing a 2 second delay from when WindowsIdentity.Impersonate is called to when the authentication for that