Skip to main content
Ani1337
New Member
April 30, 2026
Question

FORTISOAR - Active Directory connector dosen't support Kerberos authentication

  • April 30, 2026
  • 4 replies
  • 47 views

Hello,

We are trying to use the SOAR Active Directory connector, but we are facing an issue. We have created a highly privileged account in the domain so that it can apply the necessary changes to various AD objects. However, accounts with such privileges are, according to our policy, members of the “Protected Users” security group. This group enforces stronger protections on its members, including disabling NTLM authentication. As a result, the account used for the connector is required to use Kerberos.
 

However, based on our observations, it seems that Kerberos is not being used by the connector. According to our logs, we see an event with eventCode 4625 (login failed) indicating that the authentication method used is NTLM. The log details state:
“Indicates a referenced user name and authentication information are valid, but some user account restriction has prevented successful authentication (such as time-of-day restrictions),” which confirms that NTLM is being blocked in this case.

 

Additionally, the authentication package MICROSOFT_AUTHENTICATION_PACKAGE_V1_0 confirms that NTLM is being used, which does not work since our account cannot authenticate using this protocol.
 

Is there a way to force the connector to use Kerberos for authentication instead of falling back to NTLM?

 

Thank you.

4 replies

Ani1337
Ani1337Author
New Member
May 11, 2026

 

Hello,

No update on this topic?

sincerely

Anthony_E
Staff
Staff
May 11, 2026

Hi Ani,

Did you already have a look at this KB article?:

 

Best Regards
Ani1337
Ani1337Author
New Member
May 12, 2026

Hello @Anthony_E

I don’t think in my case right now I used the FSSO collection agent.

It’s really related to the Active Directory connector integrated into FortiSOAR. 
https://docs.fortinet.com/document/fortisoar/2.4.0/active-directory/777/active-directory-v2-4-0

 

sincerely

Ani1337
Ani1337Author
New Member
May 12, 2026

Hello,

I just implemented Kerberos authentication using the impacket library on the Active Directory connector. I will soon perform a PR on

 https://github.com/fortinet-fortisoar/connector-activedirectory 

Ani1337
Ani1337Author
New Member
May 13, 2026