- > login another Org with logut ! :<

I create 2 Org, A and BI' m sucessful login with http://server/amserver/UI/Login?org=Aand I change url to http://server/amserver/UI/Login?org=BConsole display "logout before!"I don't want to logout and login agian, Anyone can solve this
[298 byte] By [b39sako_a] at [2007-11-26 21:53:03]
# 1

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.

robert@javixa at 2007-7-10 3:47:15 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thank you I just means "no need to login again" -->I want to login into both orgs at the same time.AM can do SSO, but can SSO between Org, Ohhh...I understand cookie "iPlanetDirecoryPro" that keep Token. I think federation feature of AM can solve these
b39sako_a at 2007-7-10 3:47:15 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

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

:-)

jonathan.scuddera at 2007-7-10 3:47:15 > top of Java-index,Web & Directory Servers,Directory Servers...
# 4

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

b39sako_a at 2007-7-10 3:47:15 > top of Java-index,Web & Directory Servers,Directory Servers...
# 5

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.

Aaron_Andersona at 2007-7-10 3:47:15 > top of Java-index,Web & Directory Servers,Directory Servers...
# 6

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)

b39sako_a at 2007-7-10 3:47:16 > top of Java-index,Web & Directory Servers,Directory Servers...