Certinia¶
The Certinia connector is a Palantir-provided driver for Certinia.
To create a new Certinia source, follow the standard setup flow for Palantir-provided drivers, then use the sections below for Certinia-specific configuration and networking. For the complete property reference, see the official Certinia driver documentation ↗.
Configuration¶
The properties below are mandatory or recommended.
| Property | Required? | Description | Default |
|---|---|---|---|
AuthScheme ↗ |
Mandatory | The type of authentication to use when connecting to Certinia. | OAuth |
APIVersion ↗ |
Recommended | The version of the Certinia API used. | 62.0 |
InitiateOAuth ↗ |
Recommended | Specifies the process for obtaining or refreshing the OAuth access token, which maintains user access while an authenticated, authorized user is working. | REFRESH |
LoginURL ↗ |
Recommended | URL to the Certinia server used for logging in. | https://login.salesforce.com/services/Soap/c/58.0 |
OAuthClientId ↗ |
Recommended | Specifies the client Id that was assigned when the custom OAuth application was created. (Also known as the consumer key.) This ID registers the custom application with the OAuth authorization server. | — |
OAuthClientSecret ↗ |
Recommended | Specifies the client secret that was assigned when the custom OAuth application was created. (Also known as the consumer secret). This secret registers the custom application with the OAuth authorization server. | — |
Password ↗ |
Recommended | Specifies the password of the authenticating user account. | — |
SecurityToken ↗ |
Recommended | The security token used to authenticate access to the Certinia account. | — |
User ↗ |
Recommended | Specifies the user ID of the authenticating Certinia user account. | — |
UseSandbox ↗ |
Recommended | A boolean determining if the connection should be made to a Salesforce sandbox account. | FALSE |
Networking¶
The table below lists the domains that the source needs to be able to access in order to successfully run.
For each domain, add a corresponding egress policy. If the source is hosted on-premises and not directly reachable from Foundry, use an agent proxy egress policy instead; the agent host itself must also be able to reach the listed domains. See using an agent as a proxy for details.
| Domain | Required |
|---|---|
| test.salesforce.com | If UseSandbox=TRUE |
| \ |
Returned by Salesforce when authenticating |
| login.salesforce.com | Default LoginURL, overridden by LoginURL property. LoginURL used when AuthScheme=Basic, OAuth, OAuthPassword, OAuthJWT, OAuthPKCE |
| \ |
Used in place of login.salesforce.com |
| \ |
If AuthScheme=Okta, PingFederate, ADFS |
| \ |
If AuthScheme=OneLogin. \ |
| \ |
If AuthScheme=Okta, PingFederate, ADFS, OneLogin, AzureAD |
| \ |
If AuthScheme=AzureAD. \ |
| \ |
If AuthScheme=ADFS. \ |
中文翻译¶
Certinia¶
Certinia 连接器是 Palantir 提供的用于连接 Certinia 的驱动程序。
要创建新的 Certinia 数据源,请遵循 Palantir 提供驱动程序的标准设置流程,然后使用以下各节进行 Certinia 特定的配置和网络设置。有关完整的属性参考,请参阅 Certinia 驱动程序官方文档 ↗。
配置¶
以下属性为必填或推荐配置。
| 属性 | 是否必填 | 描述 | 默认值 |
|---|---|---|---|
AuthScheme ↗ |
必填 | 连接到 Certinia 时使用的身份验证类型。 | OAuth |
APIVersion ↗ |
推荐 | 所使用的 Certinia API 版本。 | 62.0 |
InitiateOAuth ↗ |
推荐 | 指定获取或刷新 OAuth 访问令牌的过程,该令牌用于在已验证授权的用户工作时维持其访问权限。 | REFRESH |
LoginURL ↗ |
推荐 | 用于登录的 Certinia 服务器 URL。 | https://login.salesforce.com/services/Soap/c/58.0 |
OAuthClientId ↗ |
推荐 | 指定创建自定义 OAuth 应用程序时分配的客户端 ID(也称为消费者密钥)。该 ID 用于向 OAuth 授权服务器注册自定义应用程序。 | — |
OAuthClientSecret ↗ |
推荐 | 指定创建自定义 OAuth 应用程序时分配的客户端密钥(也称为消费者密钥)。该密钥用于向 OAuth 授权服务器注册自定义应用程序。 | — |
Password ↗ |
推荐 | 指定验证用户账户的密码。 | — |
SecurityToken ↗ |
推荐 | 用于验证 Certinia 账户访问权限的安全令牌。 | — |
User ↗ |
推荐 | 指定验证 Certinia 用户账户的用户 ID。 | — |
UseSandbox ↗ |
推荐 | 一个布尔值,决定是否应连接到 Salesforce 沙箱账户。 | FALSE |
网络设置¶
下表列出了数据源为成功运行而需要能够访问的域名。
对于每个域名,请添加相应的出站策略。如果数据源部署在本地且无法从 Foundry 直接访问,请改用代理出站策略;代理主机本身也必须能够访问所列出的域名。详情请参阅使用代理作为代理服务器。
| 域名 | 是否必需 |
|---|---|
| test.salesforce.com | 当 UseSandbox=TRUE 时 |
| \ |
由 Salesforce 在身份验证时返回 |
| login.salesforce.com | 默认的 LoginURL,可通过 LoginURL 属性覆盖。当 AuthScheme=Basic、OAuth、OAuthPassword、OAuthJWT、OAuthPKCE 时使用该 LoginURL |
| \ |
用于替代 login.salesforce.com |
| \ |
当 AuthScheme=Okta、PingFederate、ADFS 时 |
| \ |
当 AuthScheme=OneLogin 时。\ |
| \ |
当 AuthScheme=Okta、PingFederate、ADFS、OneLogin、AzureAD 时 |
| \ |
当 AuthScheme=AzureAD 时。\ |
| \ |
当 AuthScheme=ADFS 时。\ |