IBM Security Verify Access: Lua Modules
Documentation for the Lua modules which can be used when writing Lua based HTTP transformation rules for WebSEAL.
Lua Module Documentation

This is the documentation for the custom Lua modules which can be used when writing HTTP transformation rules for WebSEAL.

Note
Details on the syntax of the Lua scripting language can be found in the official Lua documentation: https://www.lua.org/manual/5.4/

In addition to the custom Lua modules the following LuaRocks modules have been preinstalled:

Warning
To help protect the appliance a number of functions from the standard Lua libraries have been disabled. This includes:
  • Basic
    • loadfile
  • Operating System Facilities
    • execute
    • exit
    • remove
    • setlocale
    • tmpname
  • Input and Output
    • all functions
  • Package
    • loadlib