Chain
Introduction
Configuration
Name
Description
Default
{
"id" : "chain00",
"type" : "Chain",
"config" : {
"base_path" : "/test/authn",
"success_location" : "/authn/success.html",
"failure_location" : "/authn/failure.html",
"chain" : [ {
"id" : "confirm00",
"required" : true
}, {
"id" : "select00",
"required" : true
} ]
}
}Authenticator refs
Name
Description
Default
Mandatory
"chain" : [
{
"id" : "confirm00",
"required" : true
},
{
"id" : "select00",
"required" : true
}
]