Files
authentik/website/integrations/services/linkwarden/index.md
4d62 79b3442584 website/docs: integrations: add linkwarden integration (#10683)
* add linkwarden integration to sidebar

Signed-off-by: 4d62 <github-user@sdko.org>

* start integration documentation

Signed-off-by: 4d62 <github-user@sdko.org>

* add linkwarden service configuration

Signed-off-by: 4d62 <github-user@sdko.org>

* authentik configuration

Signed-off-by: 4d62 <github-user@sdko.org>

* upd service end message

Signed-off-by: 4d62 <github-user@sdko.org>

* tweak install docs

Signed-off-by: 4d62 <github-user@sdko.org>

* make prettier happy

Signed-off-by: 4d62 <github-user@sdko.org>

* Update website/integrations/services/linkwarden/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: 4d62 <github-user@sdko.org>

* Update website/integrations/services/linkwarden/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: 4d62 <github-user@sdko.org>

* Update website/integrations/services/linkwarden/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: 4d62 <github-user@sdko.org>

* Update website/integrations/services/linkwarden/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: 4d62 <github-user@sdko.org>

* ops

Signed-off-by: 4d62 <github-user@sdko.org>

---------

Signed-off-by: 4d62 <github-user@sdko.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
2024-07-31 16:13:06 -05:00

1.5 KiB

title
title
Linkwarden

Support level: Community

What is Linkwarden

Linkwarden is an open-source collaborative bookmark manager used to collect, organize, and preserve webpages.

-- https://linkwarden.app/

Preparation

The following placeholders will be used:

  • linkwarden.company is the FQDN of the Linkwarden install.
  • authentik.company is the FQDN of the authentik install.

Linkwarden configuration

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/linkwarden
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.

authentik configuration

  1. Access the Admin Interface in on your authentik install.
  2. Create a new OAuth2 / OpenID Provider.
  3. Note the generated Client ID and Client Secret.
  4. In the provider settings, add this redirect URL under Redirect URIs/Origins (RegEx): https://linkwarden.company/api/v1/auth/callback/authentik
  5. Click Finish to save the provider configuration.
  6. Create a new application associated with this provider.

Once completed, Linkwarden should be successfully configured to use authentik as its Single Sign-On SSO provider.