Creating an SSO |
DEVELOPER |
To create and use an SSO in a PROIV function:
Note: The installation of the Java SE Runtime Environment (JRE) 8 is a prerequisite for the SSO functionality. |
-
Develop an SSO in Java and package the application as a JAR file.
-
In PROIV, ensure the SSO Gallery option on the Developer Options window references the location where you have placed your JAR files, usually Virtual Machine\javalib\sso.
-
Open the SSO Gallery. This scans for JAR files and the associated Java class libraries in the location specified in step 3. You can then assign a nickname to them and save them to the PROIV server as SSO objects for use in PROIV functions.
-
Reference the SSO in a function. SSO objects are made available to functions in Function Definition Headers.
-
Click here to see a screenshot of the SSO tab selected on a function definition header. The SSO tab on the Function Definition window enables you to select an SSO object by its nickname, and assign a unique tag name to it to ensure that it can be successfully referenced in logic. You can also define a set of initial property values, which are used at SSO construction time.
-
You can also set up SSO tag names as input parameters.
-
You can reference the SSO in logic.
Topic ID: 500583