Change AccessGroup when access through Mashup(IAC)
Hi team
Here is our requirement. Our system will privde two Servelt to end users.
1. /IAC for mashup
2. /PRWebLDAP1 for SSO
One user can using the same session to access mashup and normal sso login, so they need change accessgroup automaticlly. When user change accessgroup form mashup to SSO, we added a customize acivity using @baseclass.RedirectAndRun and it seems works well.
But regarding changing from SSO to mashup accessgroup, mashup call doUIAction to excute process directly, so there is no way to add a step to call RedirectAndRun before it.
What is the best practice to achieve this requirement?
Thanks