RemoteApp .rdp embed creds?

Posted by Chris_K on Server Fault See other posts from Server Fault or by Chris_K
Published on 2011-08-02T18:52:35Z Indexed on 2012/03/19 23:31 UTC
Read the original article Hit count: 455

Windows 2008 R2 server running Remote Desktop Services (what we used to call Terminal Services back in the olden days). This server is the entry point into a hosted application -- you could call it Software as a Service I suppose. We have 3rd party clients connecting to use it.

Using RemoteApp Manager to build RemoteApp .rdp shortcuts to distribute to client workstations. These workstations are not in the same domain as the RDS server. There is no trust relationship between domains (nor will there be). There is a tightly controlled site to site VPN between workstations and the RDS server, we're quite confident we have access to the server locked down.

The remoteApp being run is an ERP application with its own authentication scheme.

The issue? I'm trying to avoid the need to create AD logins for every end user when connecting to the RemoteApp server. In fact, since we're doing a remoteApp and they have to authenticate to that app, I'd rather just not prompt them at all for AD creds. I certainly don't want them caught up in managing AD passwords (and periodic expirations) for accounts they only use to get to their ERP login.

However, I can't figure out how to embed AD creds in a RemoteApp .rdp file. I don't really want to turn off all authentication on the RDS server at that level.

Any good options? My goal is to make this as seamless as possible for the end-users.

Clarifying questions are welcome.

© Server Fault or respective owner

Related posts about windows-server-2008-r2

Related posts about RemoteApp