Mashup issue : Redirection appears to be in a loop, terminating request
Hi all,
We want to deploy a customer portal through the Mashup, we are yet using the gateway and under 7.2.1.
The challenge I am facing at this moment is accessing through Mashup to the application itself.
If I access directly, in the browser, through the authentication service - Then it works properly (user is reidrected to external credentials screen and then back to Pega with the token, which we get using OAuth2).
If I try to access through the Mashup, I always get the following error : "Redirection appears to be in a loop, terminating request : https://xx.xx-yyyy.xy:3822/prweb/IAC/!STANDARD/null/?pyActivity= ... "
I am kind of concerned on the "null" part, which does not show when accessing via browser and auth servlet (following is the url generated) :
https://xxx0333.xx-xxx.xy:443/prweb/IAC/5KeNFip5TiObG5wSB9hLNG8bJhFniUyy*/!STANDARD?pyActivity=Data-
Portal.ShowDesktop
Has anyone gone through this before? I have tried setting the setsecurecookie to true (as we have in the configuration of the gateway) but still getting same issue.
Many thanks in advance!