Questions tagged [kerberos-delegation]

Kerberos Delegation is a feature that allows an application to reuse the end-user credentials to access resources hosted on a different server

Kerberos Delegation is a feature that allows an application to reuse the end-user credentials to access resources hosted on a different server. A common example is a web server passing the credentials of the client user to a database server behind it. Without Kerberos delegation in place, the client user credentials cannot be passed to the database server.

126 questions
0
votes
0 answers

Run a command as remote user ID in a web server

I have a web application running on Tomcat7 and apache Httpd server. I have a use case to run a command as remote or client user on the web server whose user account is different from remote user accounts. Currently I am handing this requirement by…
0
votes
0 answers

App engine + java + keberos Token

I have developed a google app engine application which supports integrated windows authentication using JAAS. For enabling integrated authentication on Mozilla firefox i have made following configuration network.negotiate-auth.trusted-uris = domain…
0
votes
1 answer

java security exception : checksum failed

I am using http://webmoli.com/2009/08/29/single-sign-on-in-java-platform/ for SSO in java. I have KDC Windows server 2008, in that i have created spn by using setspn command for testsso user. And using testsso@MYDOMAIN.COM as principal in…
-1
votes
1 answer

How do I configre Kerberos for Web Application in IIS windows server 2012?

My scenario: I have a sample website hosted on IIS windows 2012 server. When I browse the website it should prompt for credentials of the the Active Directory. I have tried using 'Windows Authentication' it is working fine, It is using NTLM for…
-1
votes
1 answer

How to delegate the kerberos client credentials on a linux server running Tomcat?

This is nearly the same question as How to delegate the kerberos client credentials to the server? But there is no answer. That's why I raise the question again. Hopefully someone can help. It's possible to get a service ticket for the client…
Uebergeek
  • 29
  • 6
-1
votes
1 answer

kerberos authentication- functional group

I have some AD users, which are linked to a functional group. My question is how to mention this functional group into keytab command? as per my understanding keytab uses AD username and password. Also is it mandatory to mention password in keytab…
Satish
  • 19
  • 3
1 2 3
8
9