Question
ATOS Syntel
GB
Last activity: 17 Feb 2021 10:12 EST
SAML 2.0 SSO Implementation in 7.4
Hi, We are trying to implement SSO using SAML 2.0 authentication in Pega 7.4
We have referred to Pega help and also the below link
https://community.pega.com/knowledgebase/articles/configuring-pega-7-platform-service-provider-sp
we have created a 'SAMLAuth' Authentication rule which has autogenerated the following URL
https://XXXXXXX:53490/<context root>/PRAuth/sso
as per the article it recommends the following
"Select one of the names: SAMLAuth, SAMLAuth1, or SAMLAuth2 to use the built-in web contexts sso, sso1, or sso2, respectively"
but when we try to launch the URL we are getting following error
PegaRULES Web Application Error
Message: An has occurred processing this request. Please contact your system administrator.
PegaRULES 7.40 (PRPC-7.4.0-185)
when we change the URL to https://XXXXXXX:53490/<context root>/sso
we get the following error
Hi, We are trying to implement SSO using SAML 2.0 authentication in Pega 7.4
We have referred to Pega help and also the below link
https://community.pega.com/knowledgebase/articles/configuring-pega-7-platform-service-provider-sp
we have created a 'SAMLAuth' Authentication rule which has autogenerated the following URL
https://XXXXXXX:53490/<context root>/PRAuth/sso
as per the article it recommends the following
"Select one of the names: SAMLAuth, SAMLAuth1, or SAMLAuth2 to use the built-in web contexts sso, sso1, or sso2, respectively"
but when we try to launch the URL we are getting following error
PegaRULES Web Application Error
Message: An has occurred processing this request. Please contact your system administrator.
PegaRULES 7.40 (PRPC-7.4.0-185)
when we change the URL to https://XXXXXXX:53490/<context root>/sso
we get the following error
Caught exception: com.pega.pegarules.pub.PRRuntimeException: Custom authentication failed: invalid Data-Admin-AuthService instance: SAMLAuth
Below are the setting in web.xml for sso