From 60d3da20f3acb7072955e3f9e070773c6333d437 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 22 Feb 2023 16:31:18 +0100 Subject: [PATCH] website/integrations: fix Vikunja setup instructions (#4730) * fix: Vikunja setup instructions Signed-off-by: kolaente * fix: clarify what needs restarting after config change --------- Signed-off-by: kolaente --- website/integrations/services/vikunja/index.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/website/integrations/services/vikunja/index.md b/website/integrations/services/vikunja/index.md index 87b389893..2faa5fc7f 100644 --- a/website/integrations/services/vikunja/index.md +++ b/website/integrations/services/vikunja/index.md @@ -37,6 +37,7 @@ Only settings that have been modified from default have been listed. - Name: Vikunja - Client ID: Copy and Save this for Later - Client Secret: Copy and Save this for later +- Signing Key: Select one of the available signing keys (Without this, Vikunja will not recognize Authentik's signing key method as a valid one and the login will not work) - Redirect URIs/Origins: ``` @@ -82,7 +83,11 @@ auth: ``` :::note -Vikunja Reference link: https://vikunja.io/docs/config-options/#auth +You need to restart the Vikunja API after applying the OpenID configuration to Vikunja. +::: + +:::note +Vikunja Configuration Reference: https://vikunja.io/docs/config-options/#auth ::: ### Step 3 @@ -93,9 +98,3 @@ In authentik, create an application which uses this provider. Optionally apply a - Slug: vikunja - Provider: vikunja - Launch URL: https://vik.company - -## Notes - -:::note -It is recommended to restart all Vikunja components (API and frontend) after applying the OpenID configuration to Vikunja. -:::