I do not understand your question completely.
Do you want to login into both orgs at the same time? Or do you want a automatic logout from org A when you are logging in at org B?
Be logged in in both orgs using the same Access manager can cause a problem because your session is identified by one cookie called iPlanetDirecoryPro.
I dont see how federation will help - even if you have mulitple IDPs, you are still authenticated to a single realm.
Can you explain what you are trying to achieve by authenticating to multiple realms? Perhaps there is another way of achieving your goal.
Regards,
-Jonathan
:-)
Thank jonathan
I create protal with Org A, that is main portal.
And I create portal with Org B, that is sub portal or department portal.
Both Org use AD for authentication.
User X login Portal Org A, that use user in AD.
User X login Portal Org B, that use user in AD also.
User X login into Portal Org A
But it 's not make sense to logout Org A and login Org B.
User change url goto portal Org A, User must login agian.
I think It should not login/logout again?
Thank fo advance
I don't think this is unreasonable behavior. Consider two sub organizations of Company, HR and IT. By simply authenticating into the IT org one should not automatically be a member of HR and be treated as such!
One solution would be to use SAML between the two organizations. This should work without issue if the two separate organizations have two separate AM/Portal instances running with two different cookie names so the sessions would be completely independent. If this needs to be done in the same AM/Portal instance, I don抰 think there is an easy way. To my knowledge, an AM session only has a single organization value and mapping an ID from one organization/Realm to another requires mapping logic which is non-trivial now that AM 7 supports multiple data stores.
I just means
1. Company ABC, I create Portal ABC
2. Company ABC has IT Department, I create Portal IT
3. Both of portal open for anonymous
4. I login Portal IT and change to Portal ABC
5. I'm employee of IT in Company ABC
6. If I have not permission on Portal ABC, I should have permission level as same as anonymous
7. May be force logout Portal IT and login Portal ABC
8. I change into Portal IT, I must login again
Ammmm....
Thank you Aaron, If I use same AM/Portal instance. I should use SAML?
Or SAML can solve this problem. (I don't have knowledge about SAML)