1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-25 15:31:22 +02:00

Updated Setting up Authentication (markdown)

Nick Sweeting
2024-05-03 18:16:15 -07:00
parent 860bdf7270
commit eb701571b3

@@ -74,8 +74,8 @@ LOGOUT_REDIRECT_URL=https://auth.yourcompany.example.com/after/logout
> Can be used with an SSO provider like [Authentik](https://github.com/goauthentik/authentik), [Authelia](https://github.com/authelia/authelia), [Okta / Auth0](https://www.okta.com/), [Keycloak](https://www.keycloak.org/), and others.
First, `pip`-install the `ldap` add-on to use this feature (not needed if using Docker).
```bash
# first, install optional ldap addon to use this feature
pip install archivebox[ldap]
```