When you access the CA Workflow Design Environment, a login screen displays. This login screen is pre-populated with user name, password, and URL connection. For streamlined access to the IDE, you can completely bypass the login screen by using a combination of the following command line parameters:
-u <username> -p <password> -url <PM URL> -t <eIAM Safe Session token>
You can invoke the IDE by providing either a user name and password (-u and -p) or by providing a token (-t). The –t token refers to an exported SafeSession (also referred to as an artifact) which is a String. This allows for parent products to re-use any existing SafeSessions they may have, rather than prompting for a user name and password again.
The –url is a required parameter that must be supplied regardless of whether you use the –u and –p userid/password method or the –t token method.
For example, [-u, -p, -url] or [-t, -url]
To use this facility to bypass the IDE logon screen, edit either the ide.bat file (for Microsoft Windows) or ide.sh (for Linux) to add these parameters to the list of parameters passed to the java command.
Note: This facility cannot be used with the ide.exe.
Copyright © 2013 CA.
All rights reserved.
|
|