0

I uses SSPI Kerberos do user authentication on Windows. While the AcceptSecurityContext() always fail when it receives a same token from client. It seems caused by replay cache. Is there any way to disable it on Windows with C?

  • be more specific problem : https://stackoverflow.com/help/how-to-ask – Gahan Jun 12 '17 at 09:25
  • I have ever encounter same issue with GSSAPI, and resolved it by setting environment variable KRB5RCACHETYPE to "none". Is there similar method for SSPI? – user8147892 Jun 13 '17 at 04:48

0 Answers0