Question
NOVITATES Technology Solutions
IN
Last activity: 3 Oct 2025 17:28 EDT
Log Off Redirecting URL is forming with additional encrypted information
Hi Everyone,
I am facing an unexpected issue with Logoff functionality in our application (Pega version 8.7.6).
We are using Basic Authentication, and when a user logs off, the OOTB LogOff activity gets triggered. This in turn calls:
-
LogOff→pzSchemePRAuthLogOff→pzSchemePRAuthBasicLogOff
In Step 7 of this activity, the following function is executed:
@pzEncryptURLActionString(tools,"Global","pyActivity=Code-Security.EndSession&pzAuth=guest") + "&" + local.redTo
This is generating an unexpected URL with additional encrypted information, as shown below:
https://XXXXXXX/prweb/PRAuth/app/default/XXXX*/!STANDARDpzuiactionrrr=CXtpbn1jSG9jbWN5ZXZZOWh6ajlseDhEcW9Nd2J5dTlKc01lK0o5aEsvNXZPUmRqRkRBWmtyaTBvQTFRVGVxR0VCc1ZSZkllZnBuVkFkZXhPbWFRRytDSWlXclRjanVuMjZBQnllL2luZFRrMG9hSlBqTVI1eWhxWEg4MTRjbFhnbU5HeA%3D%3D*
With this URL, when we log off from the portal and try to log in again, the browser does not allow login. No related errors are captured in the logs or on screen.
As all the involved rules (prefixed with pz) are final, and no extension points.
Could you please help us with guidance or possible approaches to resolve this issue?