Updating the robotics configuration files for single sign-on authentication through Kerberos
Update the common configuration settings to authenticate attended robots and package publish requests in Pega Robot Manager through Kerberos.
The CommonConfig.xml
file stores the settings that specify the
authentication method and drive the connection and between your robotic solution and
Pega Robot Manager. For more information about the
CommonConfig.xml
file, see Common configuration settings.
- Open the
CommonConfig.xml
file in a text editor of your choice.Typically, the file is in theC:\ProgramData\Pegasystems
directory. - In the
Servers
section, for theRobotManager
server object, define the following details:- Set the
enabled
attribute to true. - Set the
authenticationType
attribute to Kerberos. - Set the
baseURL
attribute to the Pega Platform URL on which Pega Robot Manager is installed and ensure that the URL ends with prweb.For example, http://www.MyPegaPlatformServer.com/prweb - Specify your deployment type by setting the
RPA
attribute.The following values are available:true – Unattended (RPA) false – Attended (RDA)
- Set the
Previous topic Configuring Apache Tomcat to support Kerberos/SPNEGO authentication for Pega Robot Manager users Next topic Specifying the default authentication method for new Pega Robot Manager users