Defining a Desktop App Template
Desktop Template Definition
The desktop application template is defined in the My1Login admin area (the script has been omitted from this view).
Setting | Explanation |
---|
Name | The template name, user bookmarks have their title defaulted to this value. |
Description | Description of the template |
Path to App | The path to the target executable or file. See also 32 bit Apps on 64 & 32 bit Windows. |
Command Line Arguments | Optional command line arguments to be sent when launching the app from the user’s vault. |
Credentials Required | If checked then the user is prompted to enter credentials if they try to use a bookmark that does not have any. |
Application Supports Desktop Startup | The desktop agent integrates with most apps, regardless of whether they’re started from the windows desktop or from the My1Login vault. However some only support the desktop script if started from the vault. Set this flag if the app works with both startup modes. |
Grouped Credentials Policy | If multiple applications (whether web or desktop) share the same credentials then they should be assigned to the same policy here to keep the values in sync. |
Related Articles
Desktop Scripting
Structure of a Script A Desktop DSL Script has the following functional sections (not all are required for all apps): Error Directive Determines the impact of errors on the script run. Process Start and Identification Ensures the correct windows ...
Desktop Client Commands
Table of Script Commands Command Description AlertInfo / AlertError Commands to show text messages to users. BringToForeground Attempt to force the main app window to desktop’s foreground. InteractiveSelectBookmark Allows manual intervention when ...
Script Example - Using Notepad
Script Example - Using Notepad This section introduces a basic script that interacts with the windows Notepad application. The script does three things: It inserts some text in the Notepad window when Notepad starts. It shows a message to the user ...
Desktop Scripting Overview
Purpose The My1Login Desktop Scripting language is a Domain Specific Language (Desktop DSL), targeted at controlling and responding to Windows desktop applications, with the aim of injecting user credentials that are stored in the My1Login system. It ...
My1Login Desktop Client Overview
Introduction The Desktop Client (DTC) is My1Login’s Windows solution for integrating Single Sign On with legacy (desktop, terminal) applications and web based applications. The Desktop Client runs on the user’s desktop. It monitors the processes ...