-
Notifications
You must be signed in to change notification settings - Fork 177
Browser Integration
Johannes Passing edited this page Jul 30, 2020
·
10 revisions
You can associate IAP Desktop with iap-rdp:/// links so that clicking such links in a web browser
causes IAP Desktop to open.
To enable the feature, do the following:
- Open IAP Desktop.
- Ensure that Options > Associate with 'iap-rdp:///' links is checked.
By default, the feature is turned off.
IAP Desktop supports the following URL format for iap-rdp:/// links:
iap-rdp:///project-id/zone-id/instance-name
Where:
-
project-idis the ID of the project, for examplemy-project-123. -
zone-idis the ID of the zone a VM is running in, for exampleus-central1-a. -
instance-nameis the name of the VM instance, for examplemy-instance-1.
Note: Instead of a triple-slash, you can also use a single slash: iap-rdp:/project-id/zone-id/instance-name.
Optionally, you can add additional parameters to the URL to customize the connection behavior:
iap-rdp:///my-project-123/us-central1-a/my-instance-1?Username=bob&DesktopSize=1
The following parameters are supported:
| Parameter | Value |
|---|---|
Username |
Windows username (SAM format) |
Domain |
Domain (NetBIOS format) |
ConnectionBar |
Controls whether the connection bar is shown in full-screen mode:
|
DesktopSize |
Controls the remote desktop resolution/size:
|
ColorDepth |
Controls the color depth of the remote desktop:
|
AudioMode |
Controls how audio is played:
|
RedirectClipboard |
Controls whether clipboard contents can be shared with remote desktop:
|
CredentialGenerationBehavior |
Controls whether the user is offered to generate new credentials when connecting:
|
IAP Desktop is an open-source project and not an officially supported Google product.