Trados Studio
Trados Enterprise
Trados Team
Trados GroupShare
Trados Business Manager
Passolo
MultiTerm
RWS AppStore
Connectors
Beta Groups
Managed Translation
MultiTrans
TMS
WorldServer
Language Weaver
Language Weaver Connectors
Language Weaver Edge
Tridion Docs
Tridion Sites
LiveContent S1000D
XPP
Language Developers
Tridion Docs Developers
Community Help
RWS User Experience
Internal Trados Ideas Community
Mercury
RWS Community Internal Group
RWS Training & Certification
Style Guides
RWS Campus
RWS Enterprise Technology Partners
Trados Approved Trainers
ETUG (European Trados User Group) Public Information
Nordic Tridion Docs User Group
Tridion West Coast User Group
Trados Studio Ideas
Trados GroupShare Ideas
Trados Team Ideas
Trados Team Terminology Ideas
Trados Enterprise Ideas
Trados Business Manager Ideas
MultiTerm Ideas
Passolo Ideas
RWS Appstore Ideas
Tridion Docs Ideas
Tridion Sites Ideas
Language Weaver Ideas
Language Weaver Edge Ideas
Managed Translation - Enterprise Ideas
TMS Ideas
WorldServer Ideas
LiveContent S1000D Ideas
Contenta S1000D
XPP Ideas
Events & Webinars
To RWS Support
Detecting language please wait for.......
SDL Tridion Docs - The default system that manages user identity for Tridion Docs is ISHSTS (Infoshare Security Token Service), In the Post-installation SDL Tridion Docs can be enabled to authenticate uses through the customer's STS system or Windows Authentication rather than Infoshare STS, In this post will explain the steps to integrate the SDL Tridion Docs with Windows Authentication, In the next article will explain about the SSO/ADFS setup for SDL Tridion Docs.
Step1: Configure application server for Lightweight Windows Authentication
Run As Administrator
Execution Policy
Unrestricted
Set-ExecutionPolicy Unrestricted
cd \InfoShare\App\Setup\STS\ISHSTS\Scripts & '.\SDL.ISH-ISHSTS-Configure for Windows Authentication.ps1'
Step 2: Configure the Content Manager to switch internal accounts to Windows AD accounts
On Content Manager, set the following:User type to "External"External ID to AD login username (domain\velmurugan)
Step3: Enable Windows Authentication
#Ensure windows authentication IIS feature enabled Enable-WindowsOptionalFeature -Online -FeatureName IIS-WindowsAuthentication $deploymentName="InfoShare" Set-ISHSTSConfiguration -ISHDeployment $deploymentName -AuthenticationType "Windows"
Note:
If the database is SQL Server and the connection string utilizes integrated authentication then we need to grant the computer account permissions to the database.
Configuring the Content Manager SQL Server database for Windows Authentication
ReferencesSDL DocumentationPS Documentation
SDL Tridion Docs 14SP2 - Windows Authentication setupI hope it helps if you have any questions regarding post your question in Tridion StackExchange.