Html-form (Section)#

Path: /profiles/profile{id, type}/settings/authentication-service/authenticators/authenticator{id}/html-form

The settings for an HTML form authentication provider

Parameters#

NameTypeRequiredDefaultDescription
email-providerleafrefoptionalOptional email-provider to use for ‘forgot password’ and ‘forgot username’ procedures. This overrides the default email provider that is configured for the zone.
max-allowed-attemptsuint16optional3DEPRECATED: The maximum number times a user is allowed to try to validate credentials. When this value is set to 0, there is no maximum attempts enforced. This setting is deprecated in favor of configuring a credential policy, with temporary lockout, on the credential manager associated to this authenticator.
password-onlybooleanoptionalfalseWhen active, this authenticator will only be usable as a second factor. The username is picked up by the authenticated state and the user is asked to enter only a password.
auto-login-enabledbooleanoptionalfalseWhen active a login will be automatically performed after a successful activation or password change.
show-remember-me-optionbooleanoptionalfalseWhen true, a checkbox with ‘remember me’ is shown to the user. This allows the user to have it’s session forgotten when the browser is closed.
account-managerleafrefoptionalThe Account Manager is used to fetch the account
credential-managerleafrefrequiredThe Credential Manager is used to verify the credentials

Subsections#

NameTypeDescription
password-reset-throttler-service SectionNone

Was this helpful?