In our OpenAM implementation, we have two realms with different relying parties configured in it. Both the realms authenticate against the same LDAP source. We adopted this configuration to avoid certain edge cases.
Now, whenever we switch between the relying parties in these realms, the new organisation warning message keeps showing up:
"You have already logged in. Do you want to log out and then login to a different organisation?"
Is there a way to seamlessly allow users to access the different realms using the same authenticated session ?
TIA