Question
1
Replies
614
Views
Anthem
Posted: May 23, 2018
Last activity: May 24, 2018
Closed
SSO implementation @PRPC731.
Hi Team,
We are planning to implement SSO for our PRPC731 application.Please recommend if we have to go with SSO (Native to PRPC) or external tools (SiteMinder,etc.,) ?
Regards,
Pradeep Pydi.
***Edited by Moderator Marissa to update categories***
Hi,
You can use external tools for SSO implementation
Brief steps:
1. Download the OpenAM-13.0.0 file from ForgeRock
2. deploy the WAR file in PRPC.
3. Create COT, Identity providers and service provider instances and then create Subjects(Users)
4. In the COT level or IDP level do the mapping.
5. Import the IDP metadata
6. In PRPC create a Authentication service and in the mapping tab do the mapping of IDP attributes with PRPC attributs.
7. Save it and access prpc with sso url.
8. Provide the credentials of any subject(operator) of IDP, request goes to IDP and authenticate and redirect to the PRPC(If operator is not there in the PRPC then based on the auth service tab mappings it will create operator using Model Operator of the passed values)
https://pdn.pega.com/single-sign
Also check this link there is one document might be helpful
https://pdn.pega.com/community/product-support/question/sso-ldap-authentication-reference
Thank You