Skip to content

PC control inquiry in NICE DCV

0

I want to allow connection only when a specific security program is executed on a PC that connects EC2 through Nice DCV. Is there a way to verify before connecting the session in Nice DCV?

asked a year ago236 views
1 Answer
0

Hey there, thank you for the question. Ultimately you need to verify that the local security software is running on the client before connecting. Since this is pre-session, I see two options. First is to build a component to orchestrate the connections to the DCV server. This component will run locally and ensure the app is running before it initiates a connection. The second option is to build an extension to communicate custom information to the server. The connection will be made, but if the communication indicates the app is not running locally, it could disconnect the user.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.