Blog Entry

bthoreson's picture
blog
Reads:

6870

Score:
1.6
1.6
5
 
Comments:

0

iChain/Access Manager Migration and Logouts

Author Info

17 July 2008 - 1:51pm
Submitted by: bthoreson

(View Disclaimer)

To handle logouts for both systems at the same time you'll need to utilize the iFrame HTML Tag.

Reference:
http://www.w3schools.com/TAGS/tag_iframe.asp

On your iChain servers logout page place a iframe tag at the bottom that points to your NAMs logout url:
> Logout links:
> * Identity Server: https://IdentityServerDNS:8443/nidp/app/logout
> * Access Gateway: https://AGAuthDomain/nesp/app/plogout

<iframe src ="https://IdentityServerDNS:8443/nidp/app/logout" width="0" height="0"></iframe>

and/or

<iframe src ="https://AGAuthDomain/nesp/app/plogout" width="0" height="0"></iframe>

On your NAM servers logout page place a iframe tag at the bottom that points to your iChain logout url:

<iframe src ="https://iChainDomain/cmd/ICSLogout" width="0" height="0"></iframe>


Disclaimer: As with everything else at Cool Solutions, this content is definitely not supported by Novell (so don't even think of calling Support if you try something and it blows up).

It was contributed by a community member and is published "as is." It seems to have worked for at least one person, and might work for you. But please be sure to test, test, test before you do anything drastic with it.




User Comments

© 2013 Novell