Forms
HomeIntegrityControlSolutionsManagement Center
2.0.0 Forms
2.0.0 Forms
  • The service
    • Overview
      • Forms and IAM
      • Products in the Control suite
    • About this release
      • Release notes
      • Breaking changes
    • Key components
      • Flow
        • Authenication & authorisation
      • Step
        • Layout
      • Control
        • Basic controls
          • Input
            • Properties
          • Markdown
            • Properties
          • ValuePicker
            • Properties
        • Advanced controls
          • Selector
            • Properties
          • ActiveDirectoryUserEditGroupMember
            • Properties
          • ActiveDirectoryGroupEditGroupMember
            • Properties
          • ActiveDirectorySingleSelect
            • Properties
          • Attestor
            • Properties
          • EntraGroupSelect
            • Properties
          • EntraGroupEditGroupMember
            • Properties
          • EntraUserSelect
            • Properties
          • EntraUserEditGroupMember
            • Properties
          • TextArea
            • Properties
    • Installation
      • Container
      • Linux
      • Windows
  • Modules
    • Forms
      • Properties
    • Pipes
      • Properties
    • Other modules
  • ATTESTATION
    • Setup
  • User interface (UI)
    • Overview
Powered by GitBook
On this page
Export as PDF
  1. Modules
  2. Forms

Properties

This section includes the main parameters for the Forms module.

PreviousFormsNextPipes

Last updated 5 months ago

Module name: Forms

Name
Description
Default value
Mandatory

http_context

What context is application served under.

"/forms"

webroot_dir

Where to load web resources from.

"web"

http_auth_redirect_url

Where to send the user for authentication

"/forms/authn/login"

logout_endpoint_url

Overrides default logout, click for more info.

overlay_dir

Where to load the overlayed resources from.

N/A

flows

An array with file path to flows to be loaded. Recommended is using @include directive.

N/A

verbose_logs

Array with string values. Possible values are

"flow","session","controls"

[]

{
  "name": "Forms",
  "config": {
        "http_port": "8090",       
        "overlay_dir": "/config/resources_external/overlays",
	}
}
{
    "name": "Forms",
    "config": {
        "flows": "@include:flows/*/*/flow.json",
        "http_listener": "default",
        "logout_endpoint_url": "${globals.logout_endpoint_url}",
        "overlay_dirs": [
            "${system.customer_home}/overlay/"
        ],
        "verbose_logs": [
            "flow",
            "session"
        ]
    }
}
link