Update Tenant Settings
Request Body
PlusAuth Authenticator Application related settings
If true
, users will be able to unblock their accounts by the link received in notification email.
Default Value: true
Maximum failed login attempts to block user for specified duration.
Default Value: 10
Number of seconds to block the account.
Default Value: 630720000
Number of seconds before attempts are reset
Default Value: 7776000
Send an email to user's email address about the activity.
Default Value: true
Allowed consecutive login attempts
Default Value: 10
Number of seconds to block the IP.
Default Value: 630720000
Number of seconds before attempts are reset
Default Value: 7776000
Send an email to user's email address about the activity.
Default Value: true
Password policy settings to be enforced to your new users.
The system will maintain a password history for each user and prevent the reuse of passwords included in the history. The password history can be up to 10 in size. When provided, the system will maintain existing and new users' password history going forward.
Lifetime settings of generated tokens defined in seconds.
Response Body Schema
acr_valuesarray<string>Required
auto_sign_inbooleanRequired
expose_unsafe_errorsbooleanRequired
extra_paramsarray<string>Required
extra_scopesarray<string>Required
force_email_verificationbooleanRequired
forgot_password_enabledbooleanRequired
hash_functionstringRequired
Available Values: bcrypt
argon2
Default Value: "bcrypt"
register_enabledbooleanRequired
tenant_login_urlstringRequired
welcome_emails_enabledbooleanRequired
api_versionstring
Available Values: 2021-07-04
default_strategystring
authenticatorobjectRequired
PlusAuth Authenticator Application related settings
authenticator. bind_simbooleanRequired
Should authenticator application logout if a SIM card change detected on device
cibaobjectRequired
ciba. delivery_modestringRequired
Available Values: ping
poll
ciba. notifier_endpointstringRequired
environment_variablesobjectRequired
policiesobjectRequired
policies. account_blockingobjectRequired
policies.account_blocking. allow_user_unblockbooleanRequired
If true
, users will be able to unblock their accounts by the link received in notification email.
Default Value: true
policies.account_blocking. allowed_attemptsintegerRequired
Maximum failed login attempts to block user for specified duration.
Default Value: 10
policies.account_blocking. block_durationintegerRequired
Number of seconds to block the account.
Default Value: 630720000
policies.account_blocking. durationintegerRequired
Number of seconds before attempts are reset
Default Value: 7776000
policies.account_blocking. enabledbooleanRequired
Default Value: true
policies.account_blocking. notificationbooleanRequired
Send an email to user's email address about the activity.
Default Value: true
policies.account_blocking. reset_after_successbooleanRequired
Reset failed attempts count after successful login.
policies. brute_forceobjectRequired
policies.brute_force. allowed_attemptsintegerRequired
Allowed consecutive login attempts
Default Value: 10
policies.brute_force. block_durationintegerRequired
Number of seconds to block the IP.
Default Value: 630720000
policies.brute_force. durationintegerRequired
Number of seconds before attempts are reset
Default Value: 7776000
policies.brute_force. enabledbooleanRequired
Default Value: true
policies.brute_force. notificationbooleanRequired
Send an email to user's email address about the activity.
Default Value: true
policies.brute_force. white_listarray<string>Required
Whitelisted IP addresses.
policies. passwordobjectRequired
Password policy settings to be enforced to your new users.
policies.password. custom_charsstring
Require at least on of the given characters
policies.password. historyinteger
The system will maintain a password history for each user and prevent the reuse of passwords included in the history. The password history can be up to 10 in size. When provided, the system will maintain existing and new users' password history going forward.
policies.password. lower_caseinteger
Require at least given value of lowercase letters
policies.password. maxinteger
Maximum number of characters
policies.password. mininteger
Minimum number of characters
policies.password. numberinteger
Require at least given value of numbers
policies.password. upper_caseinteger
Require at least given value of uppercase letters
ttlobjectRequired
Lifetime settings of generated tokens defined in seconds.
ttl. access_tokenintegerRequired
ttl. backchannel_authentication_requestintegerRequired
ttl. client_credentialsintegerRequired
ttl. device_codeintegerRequired
ttl. id_tokenintegerRequired
ttl. refresh_tokenintegerRequired
ttl. sessionintegerRequired
user_self_deletionobject
user_self_deletion. enabledboolean
Allow end-users to delete their accounts. This enables the delete-account
prompt which you can request to allow users delete their accounts.