Create Service Principal
Create a service principal name.
- Create a dummy user account on the Active Directory Server node to represent the Proficy Authentication application in the active directory registry.
- Configure Security Policy
- Log in to your Active Directory machine.
- Open the Windows Command Prompt application.
-
Run the following command replacing with the appropriate code:
setspn -S HTTP/<FQDN> <user account>
Code Replace With <FQDN>
Fully Qualified Domain Name (FQDN) of the server on which Proficy Authentication service is running. For example,
HTTP/win16-phantomhost.uaatestad.ge.com
<user account>
Dedicated dummy user account created for Proficy Authentication service. For example,
ghost1
.