{
"hCaptcha": {
"enabled": true,
"secretKey": "<string>",
"siteKey": "<string>"
},
"mfa": {
"enabled": true,
"required": true,
"availableMethods": [],
"methods": [
{
"enabled": true,
"allowBackupCodes": true
}
],
"actions": [
{
"required": true
}
]
},
"externalAuth": {
"enabled": true,
"iss": "An example name",
"aud": "An example name",
"jwksUrl": "https://website-sample.com",
"cookieName": "An example name"
},
"environmentLocked": true,
"notifications": {
"waasPrivateKeyExport": true,
"waasSignedTransaction": true
}
}