Available methods
There are several ways to allow users to authenticate on an eLabFTW instance:
- Local authentication: email address + locally stored password
- SAML authentication: use a centralized authentication service with SAML2 protocol
- LDAP authentication: use a centralized LDAP service to authenticate
- External authentication: use request headers added by your own middleware to authenticate the user (e.g. Apache’s
auth_mellon)