Replies: 1 comment
-
Is this related to GSS-NTLMSSP ? (Or the lack thereof?) There are many reasons why this may happen, so you need to figure out which GSSAPI call was being made. What GSSAPI mechanism are available on the system (by default only krb5 and the SPNEGO pseudo mechanism), and whether any particular configuration is applied. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am trying to solve this issue, in short, we have ASP.NET server hosted on CentOS 7 and we would like to use Windows authentication, but we are getting the following error
2021-06-21 07:51:55.4321|ERROR|Microsoft.AspNetCore.Authentication.Negotiate.NegotiateHandler|An exception occurred while processing the authentication request. Interop+NetSecurityNative+GssApiException: GSSAPI operation failed with error - Unspecified GSS failure. Minor code may provide more information (Feature not available).
What exactly this error means?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions