Windows integrated security
- Last UpdatedJul 22, 2024
- 1 minute read
Internally, IntegratedSecurity provides the connection by using the credentials of the currently logged on ArchestrA user.
Specify the following syntax in the connection string:
Integrated Security=True
The keyword Integrated Security=True in the connection string overrides any other authentication control. If the Integrated Security=True keyword is present, you get Windows User Authentication for the user who is currently logged on, even if you also include credentials for a different user.
If you want to impersonate another Windows user’s credentials, Integrated Security=True must be omitted from the connection string.