You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/configuration/authentication.md
+37-11Lines changed: 37 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,9 @@ menu: Authentication
5
5
order: 50
6
6
---
7
7
8
-
The toplevel option [auth_method](/admin/configuration/toplevel/#auth-method)
9
-
defines the authentication methods that are
10
-
used for user authentication. The option syntax is:
11
-
12
-
`auth_method: [Method1, Method2, ...]`
8
+
# Supported Methods
13
9
14
-
The following authentication methods are supported by `ejabberd`:
10
+
The authentication methods supported by `ejabberd` are:
15
11
16
12
-`internal` — See section [Internal](#internal).
17
13
@@ -27,10 +23,26 @@ The following authentication methods are supported by `ejabberd`:
27
23
28
24
-`jwt` — See section [JWT Authentication](#jwt-authentication).
29
25
30
-
When the option is omitted, ejabberd will rely upon the default database which is configured in `default_db` option. If this option is not set neither the default authentication method will be `internal`.
26
+
The top-level option [auth_method](/admin/configuration/toplevel/#auth-method)
27
+
defines the authentication methods that are
28
+
used for user authentication.
29
+
The option syntax is:
30
+
31
+
```yaml
32
+
auth_method: [Method1, Method2, ...]
33
+
```
34
+
35
+
When the `auth_method` option is omitted, `ejabberd` relies on the default database which is configured in [`default_db`](/admin/configuration/toplevel/#default-db) option. If this option is not set neither, then the default authentication method will be `internal`.
31
36
32
37
Account creation is only supported by `internal`, `external` and `sql` auth methods.
0 commit comments