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