Configuration Parameters

Following are the list of configuration parameters of SailPoint Microsoft SQL Server Connector:

Note
Attributes marked with an asterisk (*) are mandatory.

Note
If you leave both the Included Databases and Excluded Databases fields blank, SailPoint aggregates all server accounts and users from all available databases, except orphan database users (databases users who are not linked with any server account) and databases users with only public roles.

URL Format Details

  • For Windows Authentication:

jdbc:sqlserver://[serverName[\instanceName][:portNumber];integratedSecurity=true;

Note
Windows authentication can be done with an MSA. For more information, refer to Using Managed Service Account as a Service Account for Test Connection.

  • For Kerberos:

    • IdentityIQ on Windows in same domain as Microsoft SQL Server, Microsoft SQL Server on the Ubuntu Linux, IdentityIQ running in context of domain user:

      jdbc:sqlserver://<Ubuntu host>:1433;integratedSecurity=true;

    • IdentityIQ on Linux in same domain as Microsoft SQL Server, Microsoft SQL Server on the Ubuntu Linux, IdentityIQ running in context of domain user:

      jdbc:sqlserver://<Ubuntu host>:1433;integratedSecurity=true;authenticationScheme=javaKerberos;

    • IdentityIQ on Linux in same domain as Microsoft SQL Server, Microsoft SQL Server on the Windows, IdentityIQ running in context of domain user:

      jdbc:sqlserver://<Windows host>:1433;integratedSecurity=true;authenticationScheme=javaKerberos;

Where:

  • jdbc:sqlserver://: (Required) Known as the sub-protocol and is constant

  • serverName: The address of the server to connect to. This could be a DNS, IP address, localhost, or 127.0.0.1 for the local computer.

  • instanceName: The instance to connect to serverName.

  • portNumber: The port to connect to serverName. The default is 1433.

  • integratedSecurity: The current Windows account credentials used for authentication.

  • authenticationScheme: Used for integrated authentication using Kerberos in addition to integratedSecurity connection property.

Additional Configuration Parameter

The following is the additional configuration parameter that must be set in the application debug page: