@GAVINHSU if your aim is to login with pega without entering credential means you can also try with snapstart module. You need to create some test operator in pega and then every time you need to pass the username and password to the url. it will directly login with that portal without entering any credential in log in screen. Please note your password should be encrypted with base64 format .you can also refer below links for snapstart module in pega
@GAVINHSU - Instead of doing explicitly encrypting the url its best to use url mappings. Its a short url and not needed any encryption. Please go through below link which shares a example of how to open the case using the url mappings.
@GAVINHSU It’s recommended to use url mappings rather than outright encrypting the URL. Since the URL is brief, encryption is not required. To see an example of how to open the case using the url mappings, please click the link below.
@GAVINHSU It’s recommended to use url mappings rather than outright encrypting the URL. Since the URL is brief, encryption is not required. To see an example of how to open the case using the url mappings, please click the link below.
Interesting challenge with PEGA upgrades! Have you explored adjusting the authentication service rule? Specifically, could you modify the “guest” access group privileges within PEGA to allow specific activity execution for unauthenticated users? Perhaps that bypasses the need for encryption altogether. Good luck debugging!