Question
Pega RPA and SSO
We are trying to implement RPA and for launching Robotics runtime, we want to avoid giving the credentials manually (using the administrator operator id using basic authentication ,created in Pega designer studio). Is it possible to use "sso" to use the network id and password of the VDI which acts as a robot to launch runtime?
We tried changing the CommonConfig file to reflect the authenticationtype attribute as 'SSO'instead of Basic and also changed the DefaultAUthenticationType DSS in Pega to SSO and then tried logging in but it dint work.
***Edited by Moderator Marissa to update platform capability tags****
Hello Richa,
Configuring SSO authentication of a Robotic Runtime is multip-process. You need to follow the below guidlines for configuration.
Link to documentation for different versions of robot manager :https://community1.pega.com/exchange/components/pega-robot-manager
If you would like to use Pega STS server to generate the token that is sent to Robot Manager, you can use this guide to setup Pega STS server :
https://community.pega.com/knowledgebase/documents/pega-robotic-automation-security-token-service-user-guide
Thanks