Configuring Windows authentication
For Windows authentication to work on the Trados GroupShare server, you need to set a Service Principal Name (SPN) to identify the account running Trados GroupShare services with the Fully Qualified Domain Name (FQDN) of the web application. Before you begin, you need an account that has Domain Admin permissions or has the Validated write to service principal names permission delegated. Afterwards follow the steps described:
- Launch Command Prompt with Run as Administrator.
- Run:
setspn -S http/servername serviceaccount
Note: You may need to run the setspn command for both the simple server name and the Fully Qualified Domain Name (FQDN). The serviceaccount is the account user running the Trados GroupShare services (you can find this in the Trados GroupShare Console or in services.msc by checking the services starting with SDL).
If it is successful, you will see “Updated object” in the command prompt. You can check it by running:
setspn -L serviceaccount
This is an example of how the syntax could look like:
setspn -S http/gsserver.sdl.com global\adminuser