From e35c3d19bc5b9b1d8fc28fc8a9ea36d63461e85e Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sat, 18 Mar 2023 19:29:51 +0100 Subject: [PATCH] website/integrations: Automatic sign-in to HedgeDoc (#4843) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Automatic sign-in to HedgeDoc Following the HedgeDoc guides, if you clicks on a HedgeDoc application, you then still have to click “Sign-in” and “Sign in via authentik” to actually get signed in. This patch suggests adding a launch URL to the application which will cause users to automatically get signed in. * fix lint Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- website/integrations/services/hedgedoc/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/integrations/services/hedgedoc/index.md b/website/integrations/services/hedgedoc/index.md index dc2d1c2d9..f2217d344 100644 --- a/website/integrations/services/hedgedoc/index.md +++ b/website/integrations/services/hedgedoc/index.md @@ -19,7 +19,7 @@ The following placeholders will be used: - `hedgedoc.company` is the FQDN of the HedgeDoc install. - `authentik.company` is the FQDN of the authentik install. -Create an application in authentik. Create an OAuth2/OpenID provider with the following parameters: +Create an OAuth2/OpenID provider with the following parameters: - Client Type: `Confidential` - Scopes: OpenID, Email and Profile @@ -27,6 +27,9 @@ Create an application in authentik. Create an OAuth2/OpenID provider with the fo - Redirect URIs: `https://hedgedoc.company/auth/oauth2/callback` Note the Client ID and Client Secret values. Create an application, using the provider you've created above. +To be logged in immediately if you click on the application, set: + +- Launch URL: `https://hedgedoc.company/auth/oauth2` ## HedgeDoc