I\'m trying to write Java code to be run on Windows to consume a WCF webservice that\'s using SpnegoContextToken.Does anyone have a good worki开发者_运维百科ng example that they can share?I am not eve
I\'m using spnego ( http://spnego.sourceforge.net ) for kerberos authentication under JBoss. I need to decrypt kerberos ticket to access the authorization-data which will conta开发者_如何学JAVAint PA
I\'d like to access to a web application which requires spnego authentification. This application is running on a network on which i\'m connected by VPN connection. Proxy not used.
I\'ve been working on a project which uses SPNEGO to have Single Sign On for a Java based webapp. At the moment, it is working successfully with Jetty + SPNEGO and Active Directory so if you visit my
I was building an Active Directory Single Sign-On authentication system for Java web applications (using SPNEGO/Kerberos), and everything works fine with either Firefox or (reportedly) Safari, but Int