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.For example: <Server name=”RobotManager” enabled=”true” baseURL=https://MyPegaServer.com/prweb RPA=”false” workgroup=”Savings accounts” robotName=”{MachineName}” authenticationType=”Basic” RPAServiceOperator=”ACME.RPA_Service” />
- 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.
For example: <Server name="IdP" enabled=”true” baseURL="https://sts-hostname/OSTS/SecurityTokenService.svc/IWSTrustFeb2005" />
- Set the
For more information, see Specifying the default authentication method for new Pega Robot Manager users.
Previous topic Adding a relying party Next topic Authenticating Pega Robot Manager users through Kerberos