Set up the Guidewire spoke
Integrate the ServiceNow instance and Guidewire using basic Auth or OAuth 2.0 authentication to authenticate ServiceNow requests.
Antes de Iniciar
- Request an Integration Hub subscription.
- Activate the Guidewire spoke.
- Choose and implement the Guidewire authentication approach appropriate for your application. See the Guidewire documentation for Choosing an authentication flow for details.
- Ensure that the dependent plugins are activated.
- Role required: admin.
Register Guidewire as an OAuth provider
Use the information generated during the Guidewire application configuration to register Guidewire as an OAuth provider. OAuth provider registration enables the ServiceNow instance to request OAuth 2.0 tokens.
Antes de Iniciar
- Role required: admin
- Client ID and client secret generated from configuration of the third-party Guidewire application
Procedimento
Create OAuth 2.0 credential record for the Guidewire spoke
Create credential records to the Guidewire custom OAuth application you created during Guidewire account configuration. The Guidewire spoke connection and credential aliases use these credentials to authorize actions in Guidewire application. The Guidewire connection and credential alias uses these credentials to authorize actions.
Antes de Iniciar
Role required: admin
The following example shows the steps for creating a credential record for Guidewire PolicyCenter, Guidewire ContactManager, or Guidewire ClaimCenter.
Procedimento
Create Basic Auth credential record for the Guidewire spoke
Create a Basic Auth credential record for the Guidewire application. The Guidewire connection and credential alias uses these credentials to authorize actions in Guidewire PolicyCenter, Guidewire ContactManager, and Guidewire ClaimCenter.
Antes de Iniciar
Role required: admin
The following example shows the steps for creating a basic Auth credential record for Guidewire PolicyCenter, Guidewire ContactManager, and Guidewire ClaimCenter.
Procedimento
Switch between basic Auth and OAuth 2.0 credential
You can choose to switch between implemented basic Auth and OAuth 2.0 authentication based on your event or security needs.
Antes de Iniciar
The following example shows the steps for switching from basic auth to OAuth 2.0 for the Guidewire ClaimCenter application.
Procedimento
- Navigate to AllConnections & Credentials.
- Select the Guidewire ClaimCenter record you want to re-configure.
- From the Connections tab, open the existing target connection record.
- In the Credential field, select the reference lookup icon.
- Select the credential record.
- If switching the authentication method from basic auth to OAuth 2.0, select the credential record created during OAuth setup.
- If switching the authentication method from OAuth 2.0 to basic auth, select the credential record created during basic Auth setup.
- Save the record.
O que Fazer Depois
Create connection record for the Guidewire spoke
Create a connection record for your Guidewire application. The Guidewire connection and credential aliases use these connections to perform actions in Guidewire PolicyCenter, Guidewire ContactManager, and Guidewire ClaimCenter.
Antes de Iniciar
Role required: admin
The following example shows the steps for creating a connection record for Guidewire PolicyCenter, Guidewire ContactManager, or Guidewire ClaimCenter.
Procedimento
Get Guidewire OAuth token
Generate the Guidewire access token.
Antes de Iniciar
Role required: admin