GSS Exception while authentication
843811Jul 3 2002 — edited Apr 19 2006Hi
I am using a GSS Java client on windows 2000 to connect to a server (C++)running on windows 2000, and using the windows kdc.
Everything runs fine, and I am able to send the token obtained from initSecContext() to the server, which is interpreted correctly by the server.
However, when the server returns the token it gets on calling the acceptSecurityContext() to my client, the client fails with the following exception:
GSSException: Defective token detected (Mechanism level : AP_REP token id does not match!)
Whats going wrong? Any help would be appreciated.
Thanks
Sachin