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.

  1. Develop an SSO in Java and package the application as a JARJAR file ( Java ARchive) is used for bundling many files into one. It is used to distribute Java classes and auxiliary resources. file.

  2. 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.

  3. 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.

  4. Reference the SSO in a function. SSO objects are made available to functions in Function Definition Headers.

  5. Click herehere 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.

    Function Definition SSO Tab

  6. You can also set up SSO tag names as input parameters.

  7. You can reference the SSO in logic.

Comment on this topic

Topic ID: 500583