Question
CIBC
CA
Last activity: 25 Apr 2021 18:52 EDT
How to skip IdP call in SSO logic Pega 8.5.3
Hi All,
In Pega 8.5.3, I am looking for a way to configure the SSO authentication logic. When users click on the SSO link, if there is an UserID in the URL, the app will not call the Identity Provider service, and then it will login as the URL UserID (The purpose is to support testing in test envs, this functionality will be disabled in Production env).
In Pega 7, I can achieve this goal by modifying the activity pySAMLWebSSOAuthenticationActivity. But I think the activity is not executed in Pega 8.
Best,
Dat