Wednesday 25 May 2011

SSO with IBM TAM

In my second project involving IBM Tivoli Access Manger SSO I experienced a problem with Interactive Report sorting and utilization of different jQuery techniques. There is a nice description on how to set up APEX to work with IBM TAM SSO available here:

http://www.estherhoppe.de/tom/tipps/ibm-tam/how-to-INTEGRATE-APEX-WITH-IBM-TAM.html

One more thing needs to be added to this document. Probably, your IBM Admin will set it up using junctions. As I said, this will cause problems with Ajax since IBM TAM will add a small javascript to the end of the HTTP response. Something like:

<script>
document.cookie = "IV_JCT=%2Fjunction_name";
</script>

and APEX will have problems with interpreting that response. Json, used for IR sorting will not work at all.

To work around this problem, you will need to talk to the administrators and let them set it up using mapping tables as described in this document:

http://publib.boulder.ibm.com/infocenter/tivihelp/v2r1/index.jsp?topic=/com.ibm.itame2.doc_5.1/am51_webseal_guide91.htm

2 comments:

Anonymous said...

yeah a nice blog to read ..even though the contents are less it has got lot of useful information..I feel that you could have added information about.You can test your knowledge in html by attending HTML Quiz .

Carsten said...

Hallo Denes,

Thomas Fuhrs Howto ist hier auch auf Deutsch verfügbar.
http://www.oracle.com/webfolder/technetwork/de/community/apex/tipps/SSO_IBM_TAM/index.html

Beste Grüße

-Carsten