When using the ProxySG, the Kerberos authentication does not work.
In the Policy_Trace on the ProxySG:
EXCEPTION(configuration_error): Authentication failed because of a configuration problem
Last Error: Either the realm has been configured to use the wrong Kerberos service principal, or the SG has the wrong password for the principal
In the user's browser:
The HTTP Service Principal Name (SPN) of the ProxySG is missing in the Key Distribution Center (KDC).
Connect to your Active Directory Server (which is your KDC) and update the SPN registry of the ProxySG:
setspn -l <insert your proxysg name>
setspn -s http/<insert your proxysg name with FQDN> <insert your proxysg name>
setspn -l <insert your proxysg name>