Home > Configuration > Authentication > setauthenticationsamlaction_statechecks

setauthenticationsamlaction_statechecks

Use this method to set boolean expression that will be evaluated to validate HTTP requests on SAML endpoints.
Examples:
set authentication samlaction -stateChecks 'HTTP.REQ.HOSTNAME.EQ("https://fqdn.com/")'

Syntax



Parameters

name

Name of the SAML profile (action) to modify.
This is mandatory parameter.

statechecks

Boolean expression that will be evaluated to validate HTTP requests on SAML endpoints. Examples: set authentication samlaction -stateChecks 'HTTP.REQ.HOSTNAME.EQ("https://fqdn.com/")'

Return Value

Returns simpleResult

See Also