Response Body Schema
acr_valuesarray<string>Zorunlu
auto_sign_inbooleanZorunlu
expose_unsafe_errorsbooleanZorunlu
extra_paramsarray<string>Zorunlu
extra_scopesarray<string>Zorunlu
force_email_verificationbooleanZorunlu
forgot_password_enabledbooleanZorunlu
hash_functionstringZorunlu
Mevcut Değerler: bcrypt
argon2
Varsayılan Değer: "bcrypt"
register_enabledbooleanZorunlu
tenant_login_urlstringZorunlu
welcome_emails_enabledbooleanZorunlu
api_versionstring
Mevcut Değerler: 2021-07-04
default_strategystring
authenticatorobjectZorunlu
PlusAuth Authenticator Application related settings
authenticator. bind_simbooleanZorunlu
Should authenticator application logout if a SIM card change detected on device
cibaobjectZorunlu
ciba. delivery_modestringZorunlu
Mevcut Değerler: ping
poll
ciba. notifier_endpointstringZorunlu
environment_variablesobjectZorunlu
policiesobjectZorunlu
policies. account_blockingobjectZorunlu
policies.account_blocking. allow_user_unblockbooleanZorunlu
If true
, users will be able to unblock their accounts by the link received in notification email.
Varsayılan Değer: true
policies.account_blocking. allowed_attemptsintegerZorunlu
Maximum failed login attempts to block user for specified duration.
Varsayılan Değer: 10
policies.account_blocking. block_durationintegerZorunlu
Number of seconds to block the account.
Varsayılan Değer: 630720000
policies.account_blocking. durationintegerZorunlu
Number of seconds before attempts are reset
Varsayılan Değer: 7776000
policies.account_blocking. enabledbooleanZorunlu
Varsayılan Değer: true
policies.account_blocking. notificationbooleanZorunlu
Send an email to user's email address about the activity.
Varsayılan Değer: true
policies.account_blocking. reset_after_successbooleanZorunlu
Reset failed attempts count after successful login.
policies. brute_forceobjectZorunlu
policies.brute_force. allowed_attemptsintegerZorunlu
Allowed consecutive login attempts
Varsayılan Değer: 10
policies.brute_force. block_durationintegerZorunlu
Number of seconds to block the IP.
Varsayılan Değer: 630720000
policies.brute_force. durationintegerZorunlu
Number of seconds before attempts are reset
Varsayılan Değer: 7776000
policies.brute_force. enabledbooleanZorunlu
Varsayılan Değer: true
policies.brute_force. notificationbooleanZorunlu
Send an email to user's email address about the activity.
Varsayılan Değer: true
policies.brute_force. white_listarray<string>Zorunlu
Whitelisted IP addresses.
policies. passwordobjectZorunlu
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
ttlobjectZorunlu
Lifetime settings of generated tokens defined in seconds.
ttl. access_tokenintegerZorunlu
ttl. backchannel_authentication_requestintegerZorunlu
ttl. client_credentialsintegerZorunlu
ttl. device_codeintegerZorunlu
ttl. id_tokenintegerZorunlu
ttl. refresh_tokenintegerZorunlu
ttl. sessionintegerZorunlu
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.