kerberos-service-name
Use the kerberos-service-name entry to set the service principal name of the target.
kerberos-service-name = service-name
Description
The service principal name can be determined by executing the Microsoft utility setspn (that is, setspn -L user, where user is the identity of the back-end Web server's account). This configuration item may be customized for a particular junction by adding the adjusted configuration item to a [junction:{jct_id}] stanza, where '{jct-id}' refers to the junction point for a standard junction (include the leading '/'), or the virtual host label for a virtual host junction.
The format is:
kerberos-service-name = HTTP/<username>@<realm>
Options
service-name The service principal name of the target.
Usage: Required when Kerberos SSO authentication for junctions is enabled.
Default value None.
Example:
kerberos-service-name = HTTP/myservice@<realm>
Parent topic: [junction] stanza