How to choose AccessGroup to use in multiple applications environment when login from SSO?
I have few applications tied to the same operator. By default, Pega will use default AccessGroup during login.
What we would like to achieve basically, during login time, we would like to dynamically switch to the application specified in the url.
e.g.
http://localhost/prweb/sso/?app=DMSample should bring the user to DMSample application.
http://localhost/prweb/sso/?app=PegaSample should bring the user to PegaSample application.
Appreciate any idea/clue that may help to solve the issue.
***Updated by moderator: Lochan to update Categories***