I have an application I developed which users access via a Citrix connection. AD authentication is handled by our web interface site before the user can launch. Once it is launched, the user is authenticated against the AD on one server.
I need to be able to retrieve the AD credentials to pass to an external application for further authentication. What do I need to use to query/retrieve the user's AD credentials so I can pass to the other application? Thanks.
I need to be able to retrieve the AD credentials to pass to an external application for further authentication. What do I need to use to query/retrieve the user's AD credentials so I can pass to the other application? Thanks.