Updating the robotics configuration files for SSO authentication through OAuth with SAML bearer
Update the common configuration settings to authenticate attended robot operators and package publish requests in Pega Robot Manager through OAuth with SAML bearer.
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
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 - Set the
RPA
attribute to false.
- Set the
- In the
Servers
section, for the server object whoseServer name
is IdP, define the following details:- Set the
enabled
attribute to true. - Set the
baseURL
attribute to the STS authentication endpoint.
- Set the
Previous topic Adding a relying party Next topic Authenticating Pega Robot Manager users through Kerberos