webspherereverse-proxyhosttivoliwebseal

Accessing Credentials on TAM Backend Server


I have a setup with Tivoli Access Manager (TAM) as reverse proxy for some application servers on the backend side. TAM is responsible for authenticating users. Is it possible to access the credentials a user passed in during TAM authentication in the backend applications?

I need this because the backend applications connect to a Host-System and there the credentials are needed to log in.


Solution

  • there are a couple of options you might have for this :

    For all 3 of the above options, you would need to modify the existing backend application to read the injected HTTP header and use the clear text password to perform the actions to the Host. I have done all 3 for various integrations and I think your best choice is writing an EAI, as CDAS got deprecated with ISAM 7 and the 3rd option requires an additional software component.