Module parameters
This section includes the parameters for the OathSwEnrollment module
Name
Description
Default
Mandatory
namespace
Modules within the same namespace belong together.
flow_layout
App layout. Available values: MINIMAL, STANDARD
"MINIMAL"
{
"name": "OathSwEnrollment",
"config": {
"namespace": "default",
"http_port": 8080,
"http_context": "/enrollment",
"context_path": "/oathsw",
"webroot_dir": "resources/web/oath-sw",
"http_auth_redirect_url": "/enrollment/oathsw/authn/login",
"logout_location": "/enrollment/oathsw/app/logged_out"
"flow_layout": "MINIMAL"
}
}