Home > Configuration > SSL VPN > addvpnformssoaction

addvpnformssoaction

Use this method to creates a form-based single sign-on profile. Form based single sign-on allows users to log on one time to all protected applications in your network. Users can access web applications that require an HTML form-based logon without having to type their password again.

Syntax



Parameters

name

Name for the form based single sign-on profile.
This is mandatory parameter.

actionurl

Root-relative URL to which the completed form is submitted.
This is mandatory parameter.

userfield

Name of the form field in which the user types in the user ID.
This is mandatory parameter.

passwdfield

Name of the form field in which the user types in the password.
This is mandatory parameter.

ssosuccessrule

Expression that defines the criteria for SSO success. Expression such as checking for cookie in the response is a common example.
This is mandatory parameter.

namevaluepair

Other name-value pair attributes to send to the server, in addition to sending the user name and password. Value names are separated by an ampersand (&), such as in name1=value1&name2=value2.

responsesize

Maximum number of bytes to allow in the response size. Specifies the number of bytes in the response to be parsed for extracting the forms.
Default value = 8096.

nvtype

How to process the name-value pair. Available settings function as follows: * STATIC - The administrator-configured values are used. * DYNAMIC - The response is parsed, the form is extracted, and then submitted.
Default value = NS_ACT_FSSO_NV_DYNAMIC.

submitmethod

HTTP method (GET or POST) used by the single sign-on form to send the logon credentials to the logon server.
Default value = NS_ACT_FSSO_SUBMIT_GET.

Return Value

Returns simpleResult

See Also