Implementation checklist for anonymous users

To configure Cloud API for authentication for anonymous users, you may need to do the following tasks:

Task More Information
Provide deployment information Enabling bearer token authentication
Register the caller application with Guidewire Hub Enabling bearer token authentication
Review and modify the anonymous API role Endpoint access
Review the resource access provided by the pc_accountNumbers resource access strategy Resource access
Configure the proxy user Proxy user access
Configure the /recover-new-jobs endpoint Configuring the reauthorize anonymous user flow

To make a Cloud API call for anonymous users, the caller application must:

  1. Create an account as an unauthenticated user, and retain the self-signed JWT that is provided in the response object
  2. Include the self-signed JWT with subsequent system API calls

For more information, see Sending calls as an anonymous user.