Set up Equifax spoke
Integrate the ServiceNow instance and Equifax spoke by using basic Auth or OAuth 2.0 authentication to authenticate ServiceNow requests.
Before you begin
- Request an Integration Hub subscription.
- Activate the Equifax spoke.
- Ensure that the dependent plugins are activated.
- Role required: admin.
Register Equifax as an OAuth provider
Use the information generated during the application configuration to register Equifax as an OAuth provider. OAuth provider registration enables the ServiceNow instance to request OAuth 2.0 tokens.
Before you begin
- Role required: admin
- Client ID and client secret generated from configuration of the third-party Equifax application
Procedure
Navigate to All > System OAuth > Application Registry.
Select New.
The system displays this message:
What kind of OAuth application?.Select Connect to a third party OAuth Provider.
On the form, fill these values.
| Field | Description | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Name | Name to uniquely identify the record. For example, enter: `Equifax OAuth` | ||||||||||||||||||||||||||||||||||||||||||||||
| Client ID | <Client ID> created during the Equifax account configuration. | ||||||||||||||||||||||||||||||||||||||||||||||
| Client Secret | <Client Secret> created during the Equifax account configuration. | ||||||||||||||||||||||||||||||||||||||||||||||
| Authorization URL | OAuth Server's authorization code flow endpoint. Required only for Authorization Code grant type. | ||||||||||||||||||||||||||||||||||||||||||||||
| Token URL | OAuth Server's token endpoint. For example, `xxx.equifax.com`. | ||||||||||||||||||||||||||||||||||||||||||||||
| Token Revocation URL | OAuth server token revocation endpoint. | ||||||||||||||||||||||||||||||||||||||||||||||
| Redirect URL | OAuth callback endpoint in this format: `https://| OAuth API Script | Script to customize the request and response. | Logo URL | URL that contains an image to use as the application logo. | Default Grant Type | Grant type used to establish the token. Select Client Credentials. | Refresh Token Lifespan | Time, in seconds, that the refresh token is valid. The default time is 1430 seconds. | PKCE required | Option to enable public clients to require PKCE for an authorization.Note: You can use only Authorization Code as the Default Grant type when PKCE is enabled. | Application | Application scope that contains this record. | Accessible from | Application scope that this registry is accessible from. | Active | Option to actively use the application registry. | Use mutual authentication | Option to use mutual authentication for token request and revocation. This option requires a mutual authentication profile to be specified. | Send credentials | Option for whether or how to send authentication information identifying the application and its authorized users to the OAuth server. Select In Request Body. |
Create OAuth 2.0 credential record for the Equifax spokeCreate credential records to the Equifax custom OAuth application you created during Equifax account configuration. The Equifax spoke connection and credential aliases use these credentials to authorize actions in Equifax application. Before you beginRole required: admin Procedure
Create connection record for the Equifax spokeCreate a connection record for your Equifax application with the credential aliases provided. You need to select the credential record to the Equifax custom OAuth application you created during Equifax account configuration. Before you beginRole required: admin Procedure
Get Equifax OAuth tokenGenerate the Equifax access token. Before you beginRole required: admin Procedure
|