Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article explains how to configure Kerberos single sign-on (SSO) for Teradata in Power BI. Learn the specific gateway configuration requirements needed to enable SSO authentication based on how your Teradata server identifies user accounts.
- If Teradata identifies user accounts by using sAMAccountNames, you must set
FullDomainResolutionEnabledon the gateway toTrue. - If Teradata identifies user accounts by using User Principal Names (UPNs), keep
FullDomainResolutionEnabledon the gateway set toFalse.
Configure gateway settings for Teradata SSO
To change the FullDomainResolutionEnabled configuration on the gateway to enable SSO for Teradata:
In the on-premises gateway directory at %ProgramFiles%\On-premises data gateway, open the configuration file Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config.
In the file, find the
FullDomainResolutionEnabledproperty and change its value toTrue.<setting name=" FullDomainResolutionEnabled " serializeAs="String"> <value>True</value> </setting>
Related content
For more information about the on-premises data gateway and DirectQuery, see the following resources: