ValueOps ConnectALL Product Community

 View Only

Tech Tip - CA Privileged Access Manager: Transparent Login fails with Java application

By wonsa03 posted Oct 04, 2017 12:23 AM

  

CA Privileged Access Manager Tech Tip by Kelly Wong, Principal Support Engineer for 4th October 2017

Issue

Failing to configure transparent login with application that spawn another process when it starts up.

Cause

At this point of time, CA PAM/ transparent login does not support use cases where batch file (.bat) or native launcher (.exe) starts up another (actual) application. This is because the Launch Path defined in RDP Application setup (Services >> RDP Applications) does not match with the actual application's launch path. 

Workaround

Create a custom Java launcher (.jar) for the application and specify the Launch Path in RDP Application with the following format: 
"<actual application>" -jar <custom Java launcher> 


For example: "C:\Program Files (x86)\Java\jre1.8.0_101\bin\javaw.exe" -jar C:\LocalAdmin\LocalAdmin.jar 

Additional Information

Troubleshooting Windows transparent login problems passing data to backend:

https://support.ca.com/us/knowledge-base-articles.TEC1297096.html

 

 

1 comment
7 views