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#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| email-provider | leafref | optional | Optional 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-attempts | uint16 | optional | 3 | DEPRECATED: 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-only | boolean | optional | false | When 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-enabled | boolean | optional | false | When active a login will be automatically performed after a successful activation or password change. |
| show-remember-me-option | boolean | optional | false | When 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-manager | leafref | optional | The Account Manager is used to fetch the account | |
| credential-manager | leafref | required | The Credential Manager is used to verify the credentials |
Subsections#
| Name | Type | Description |
|---|---|---|
| password-reset-throttler-service | Section | None |