Skip to main content
Version: 4.32.x.x LTS

Configuration expressions

In the configuration, context data can be referenced with either variable expressions or with Java EL expressions.

Expressions can be used for the following configuration element attributes:

  • Arg value (to be returned to the caller)
  • GUI label (to be passed to the login page renderer)
  • property value (if an AuthState uses the mechanism, see AuthState documentation for details)

To debug variable handling, use the trace groups Vars and EL.See also attribute hide in Authentication engine attributes.