hi guys,
so my requirement is two fold.
1) when a user logs in via SSO - fetch the query params from the url and store on IDM. I was able to do this by simply using Param.Queryparamname in the authentication activity.
help : Here
2) Whenever a user refreshes the browser, I must check for whatever query params that might be present on the url at that instance and store on the IDM.
I need your help to crack the second requirement.