To enable Kerberos authentication, you must make several Active Directory configuration changes to grant PingFederate Bridge access to the domain and add the domain to PingFederate Bridge.
Important:

Do not configure subdomains if the parent domain in the same forest is already configured. For more information, see Multiple-domain support.

Note:

You must have Domain Administrator permissions to make the required changes.

  1. Create a domain user account that PingFederate Bridge can use to contact the Kerberos Key Distribution Center (KDC). The account should belong to the Domain Users group. We recommend that you set the password with no expiration.
  2. Use the Windows utility setspn to register Service Principal Name (SPN) directory properties for the account by executing the following command on the domain controller.
    setspn -s HTTP/<pf-idp.domain.name> <pf-server-account-name> , where <pf-idp.domain.name> is the canonical name of the PingFederate Bridge server and <pf-server-account-name> is the domain account you want to use for Kerberos authentication. For more information on canonical name, see https://tools.ietf.org/html/rfc2181#section-10.
    Note:

    When executing the setspn command, you must capitalize HTTP and follow it with a forward slash (/).

  3. Verify that the registration was successful by executing the following command.
    setspn -l <pf-server-account-name>

    This gives you a list of SPNs for the account. Verify that HTTP/<pf-idp.domain.name> is one of them.

    Note:

    After making an SPN change, any authenticated end users must re-authenticate by closing the browser or signing off and back on before attempting single sign-on (SSO).