Kerberos is a single sign-on (SSO) network authentication protocol designed to allow nodes, communicating over a non-secure network, to prove their identity to one another in a secure manner.
I'm trying to implement SSO using a Windows client and JBoss. Own my development PC, JBoss runs on Windows 7, on …
internet-explorer jboss kerberos spnegoI've got two separate homemade applications that need to communicate among themselves. One is a frontend application (asp.net actually), …
kerberos delegationIs it possible to submit a spark job to a yarn cluster and choose, either with the command line or …
hadoop apache-spark yarn kerberosI am trying to install python kerbos library, setup.py fails with following. I have already done sudo apt-get update …
python ubuntu virtualbox kerberosI've run into some difficulties kerberizing a host, t.p.no. I'm follwing http://grolmsnet.de/kerbtut, which have worked …
apache kerberos mod-authI have the following code: public static void main(String args[]){ try { //String ticket = "Negotiate YIGCBg...=="; //byte[] kerberosTicket = ticket.getBytes(); …
java kerberos gssapiWe have some web content that is setup in virtual directories using integrated windows authentication. The virtual directories are running …
wcf authentication iis-7 kerberos ntlmI'm trying to implement a SSO on Windows (in Java). Recently I discovered this example doing exactly what I want …
java single-sign-on kerberos waffle