Question
SSO Implementation for External app
Hi,
We are implementing React JS as front end and Pega is back end to maintain all data. By using Pega API calls, we can create cases and process the cases. We have SSO (SAML with Azure directory) implemented for Pega which is working fine from Pega. Now we want use the SSO from external React JS application. We have option to use SAML auth service as authentication service for REST services. Can some one help how to use that and what are all the params to pass when we configure SAML as authentication service for REST API.
***Edited by Moderator Marissa to update Content Type from Discussion to Question; update Platform Capability Tags***
Hello,
You need to update the Service Package(s) for the endpoints used from the React JS to use Custom authentication and select the authentication service that you have created.
Keep in mind that you may need to update the Access Group defined as well to allow it to pick the rules you created if not done already.