Creation of the configuration file for forms single signon
The forms single signon configuration file is custom-created by the administrator and saved in any location.
The -S option on the junction enables the forms single signon functionality and specifies the name of the configuration file. See How to enable forms single signon. A sample configuration file (containing commented instructions) is available through the LMI. Go to Web > Global Settings > Forms Based Single Sign-On to create an FSSO configuration file.
The configuration file must begin with the [forms-sso-login-pages] stanza and has the following format
[forms-sso-login-pages] login-page-stanza = xxxxx #login-page-stanza = aaaaa #login-page-stanza = bbbbb [xxxxx] login-page = regular-expression-page-match login-form-action = regular-expression-form-match gso-resource = gso-target argument-stanza = yyyyy [yyyyy] name = method:value
- The [forms-sso-login-pages] stanza
The forms single signon configuration file must always begin with the [forms-sso-login-pages] stanza.- The custom login page stanza
Each custom login page stanza is used to intercept a particular URL pattern. Understand the various stanza entries so that you know how to use them in various scenarios.- Use of regular expressions
Know the special characters allowed in a regular expression to use them in the configuration file.- The argument stanza
Understand how we can use the argument stanza and the variables contained within the stanza.
Parent topic: Forms single sign-on concepts