Defining authentication between PolicyCenter and ClaimCenter
PolicyCenter and ClaimCenter define the user name and password used to communicate with the other application in configuration provider classes.
- PolicyCenter provides the following class that defines the user name and password
that PolicyCenter uses to connect with ClaimCenter:
- wsi.remote.gw.webservice.cc.CCConfigurationProvider
In the base configuration, PolicyCenter defines the user name
suand passwordgwin this class. - ClaimCenter provides the following class that defines the user name and password
that ClaimCenter uses to connect with PolicyCenter:
- wsi.remote.gw.webservice.pc.PCConfigurationProvider
In the base configuration, ClaimCenter defines the user name
suand passwordgwin this class.
Important: Guidewire strongly recommends that, as a matter of security, you
change the user name and password that each application defines. You must also supply a corresponding user in the other application. That new user must have the
soapadmin
permission, and, at a minimum, the permissions needed to view
policies and accounts
.For example:
- In Studio for PolicyCenter, define a user name and password in CCConfigurationProvider.
- Log in to the ClaimCenter server and define a user that has the same user name and password that you specify in CCConfigurationProvider.
- Assign the user a role that has the
soapadminpermission, and, at a minimum, the permissions needed to view policies and accounts. - In Studio for ClaimCenter, define a user name and password in PCConfigurationProvider.
- Log in to the PolicyCenter server and define a user that has the same user name and password that you specify in PCConfigurationProvider.
- Assign the user a role that has the
soapadminpermission, and, at a minimum, the permissions needed to view policies and accounts.
See also
- For an example of how to configure a user name and password in Studio for ContactManager that is similar to the PolicyCenter configuration for ClaimCenter, see Configure PolicyCenter-to-ContactManager authentication.
- For an example of how to configure a user name and password in Studio for ContactManager that is similar to the ClaimCenter configuration for PolicyCenter, see Configure ClaimCenter-to-ContactManager authentication.
