Blog Entry

iChain/Access Manager Migration and Logouts

Author Info

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

blog
Reads:

764

Score:
0
0
 
Comments:

0

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>


Author Info

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




User Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <p> <a> <em> <i> <strong> <cite> <code> <img><ul> <ol> <li> <div> <dl> <dt> <dd> <h1> <b> <strong> <h2> <h3> <pre> <table> <td> <tr> <th> <blockquote>
  • Lines and paragraphs break automatically.
  • Glossary terms will be automatically marked with links to their descriptions. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
2 + 0 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

© 2008 Novell, Inc. All Rights Reserved.