website/integrations/dashboards/linkwarden/index.md
Linkwarden is an open-source collaborative bookmark manager used to collect, organize, and preserve webpages.
The following placeholders are used in this guide:
linkwarden.company is the FQDN of the Linkwarden installation.authentik.company is the FQDN of the authentik installation.:::info This documentation lists only the settings that you need to change from their default values. Be aware that any changes other than those explicitly mentioned in this guide could cause issues accessing your application. :::
To support the integration of Linkwarden with authentik, you need to create an application/provider pair in authentik.
Strict redirect URI to https://linkwarden.company/api/v1/auth/callback/authentik.To configure Linkwarden to use authentik, add the following values to your .env file:
NEXT_PUBLIC_AUTHENTIK_ENABLED=true
AUTHENTIK_CUSTOM_NAME=authentik # Optionally set a custom provider name. Will be displayed on the login page
AUTHENTIK_ISSUER=https://authentik.company/application/o/<application_slug>
AUTHENTIK_CLIENT_ID=<Your Client ID>
AUTHENTIK_CLIENT_SECRET=<Your Client Secret>
After making these changes, restart your Docker containers to apply the new configuration.
Once completed, Linkwarden should be successfully configured to use authentik as its Single Sign-On SSO provider.