Skip to content

Commit c11e7f3

Browse files
4g0tt3nSou1m1k1o
andauthored
Clarify authentication module implementation status (#617)
* Clarify authentication module implementation status Added a note regarding the implementation status of LDAP, OIDC, and other subsystems. * use warning box. --------- Co-authored-by: Miroslav Šedivý <sedivy.miro@gmail.com>
1 parent 76051c4 commit c11e7f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

webpage/docs/configuration/authentication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ import configOptions from './help.json';
1111
Authentication is split into two modules:
1212

1313
- **[Member Provider](#member)** - handles authentication and authorization of users, can be used to authenticate users against a database, LDAP, or any other system.
14+
:::warning NOTE
15+
LDAP, OIDC, and other subsystems are _not_ currently implemented.
16+
If you are interested in these features, please consider contributing or sponsoring their development.
17+
:::
18+
1419
- **[Session Provider](#session)** - handles session management, after the module authenticates the user, it creates a session and handles the session lifecycle.
1520

1621
## Member Profile {#profile}

0 commit comments

Comments
 (0)