You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InitializeSecurityContext failed Exception when try to authenticate with Win_Sspi Authentication in PC without register in a Microsoft Active Directory domain:
System.Exception: InitializeSecurityContext failed
at FirebirdSql.Data.Client.Managed.Sspi.SspiHelper.GetClientSecurity(Byte[] serverToken)
at FirebirdSql.Data.Client.Managed.AuthBlock.Start(Byte[] serverData, String acceptPluginName, Boolean isAuthenticated, Byte[] serverKeys)
at FirebirdSql.Data.Client.Managed.GdsConnection.Identify(String database)
at FirebirdSql.Data.Client.ClientFactory.CreateManagedDatabase(ConnectionString options)
at FirebirdSql.Data.Client.ClientFactory.CreateDatabase(ConnectionString options)
at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
Expected Result
Firebird Exception (code and message) should happen.