Consumer Sales Portal authentication in InsuranceNow
Consumer Sales Portal authenticates with InsuranceNow using JWT tokens from Okta for secure API access.
The Consumer Sales Portal uses a JWT from Okta to authenticate with InsuranceNow. JWT client authentication requires that the Guidewire Cloud team registers the application with the Guidewire Identity Federation Hub and that InsuranceNow is configured with the required settings and credentials to request and receive a JWT from Okta.
The following steps describe how consumer sales portals authenticate with InsuranceNow:
- Portal submits the
POST /clients/{clientId}/sessionsAPI endpoint. - InsuranceNow requests an Okta-issued JWT token
- The portal includes the Okta-issued JWT token in the API response.
- The portal includes the Okta-issued JWT token with each subsequent API request for that session.
- InsuranceNow validates the Okta-issued JWT token prior to executing each API request.
Configure InsuranceNow Sales Portal JWT auth
Configure JWT client settings and Okta HTTP client settings to enable Consumer Sales Portal authentication with InsuranceNow.
Before you begin
About this task
Procedure
Configure the local JWT client settings
Configure the local Okta HTTP client settings
Configure deployment-specific settings