Implementation checklist for internal users

To configure the system APIs for authentication for internal users (using bearer token authentication), you may need to do the following tasks:

Task More Information
Enable asymmetric encryption Enabling bearer token authentication
Provide deployment information Enabling bearer token authentication
Configure the IdP to store user information Enabling bearer token authentication
Register the caller application with Guidewire Hub Enabling bearer token authentication
Create or modify API roles Endpoint access
Review the resource access provided by the pc_username resource access strategy Resource access

To make a system API call for internal users (using bearer token authentication), the caller application must:

  1. Request a code from Guidewire Hub
  2. Use the code to request a JWT from Guidewire Hub
  3. Include the JWT with the system API call

For more information, see Sending authenticated calls for internal users.