authelia/docs/content/en/configuration/first-factor/introduction.md

1.8 KiB

title description lead date draft images menu weight toc aliases
First Factor Configuring Authelia First Factor Authentication. Authelia uses a username and password for a first factor method. This section describes configuring this. 2022-03-20T12:52:27+11:00 false
configuration
parent
first-factor
102100 true
/c/1fa
/docs/configuration/authentication/

There are two ways to integrate Authelia with an authentication backend:

Configuration

authentication_backend:
  refresh_interval: 5m
  disable_reset_password: false
  password_reset:
    custom_url: ""

Options

refresh_interval

{{< confkey type="duration" default="5m" required="no" >}}

This setting controls the interval at which details are refreshed from the backend. Particularly useful for LDAP.

disable_reset_password

{{< confkey type="boolean" default="false" required="no" >}}

This setting controls if users can reset their password from the web frontend or not.

password_reset

custom_url

{{< confkey type="string" required="no" >}}

The custom password reset URL. This replaces the inbuilt password reset functionality and disables the endpoints if this is configured to anything other than nothing or an empty string.

file

The file authentication provider.

ldap

The LDAP authentication provider.