Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions webpage/docs/configuration/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ import configOptions from './help.json';
Authentication is split into two modules:

- **[Member Provider](#member)** - handles authentication and authorization of users, can be used to authenticate users against a database, LDAP, or any other system.
:::warning NOTE
LDAP, OIDC, and other subsystems are _not_ currently implemented.
If you are interested in these features, please consider contributing or sponsoring their development.
:::

- **[Session Provider](#session)** - handles session management, after the module authenticates the user, it creates a session and handles the session lifecycle.

## Member Profile {#profile}
Expand Down