Should valve run (exec_if_expr)
Check whether or not a valve should run
Overview
With exec_if_expr you can control if a valve should be executed or not in the current context. For details, see execution control.
Supported scopes are export, request and session.
Common examples
Check if a property contains "eidas"
"exec_if_expr": "exports.used_auth == ('eidas')",
Last updated