Configuring an HTTPS Proxy for IAM Authentication
You can configure the connector to pass IAM authentication processes through a proxy server.
Note:
You can also configure the connector to connect to the data source through a proxy server, so that communications between the connector and your Redshift data source are passed through a proxy server. For more information, see Configuring a Proxy Connection.
You can set the connection properties described below in a connection string or in a DSN (in the odbc.ini
file). Settings in the connection string take precedence over
settings in the DSN.
To configure an HTTPS proxy for IAM authentication:
- Set the
Https_Proxy_Host
property to the host name or IP address of the proxy server. - Set the
Https_Proxy_Port
property to the number of the port that the proxy server uses to listen for client connections. - If the proxy server requires authentication, then do the following:
- Set the
Https_Proxy_Username
property to your user name for accessing the proxy server. - Set the
Https_Proxy_Password
property to the password corresponding to the user name.
- Set the
- To pass the authentication processes for identity providers through the proxy server, set the
IdP_Use_Https_Proxy
property to1
.
- Additional Driver Configuration Options on page 1
- Configuring a Proxy Connection
- Configuring the Driver on page 1