From e4a5beddccf8f9635cdbf2e037e3a933009d8825 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Wed, 17 Sep 2025 17:55:02 +0200 Subject: [PATCH] [fix] role:hedgedoc:conf template:authorization url --- roles/hedgedoc/templates/config.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/hedgedoc/templates/config.json.j2 b/roles/hedgedoc/templates/config.json.j2 index 1473eed..509e4b6 100644 --- a/roles/hedgedoc/templates/config.json.j2 +++ b/roles/hedgedoc/templates/config.json.j2 @@ -40,7 +40,7 @@ "userProfileEmailAttr": "email", "userProfileURL": "{{var_hedgedoc_authentication_data_authelia_url_base}}/api/oidc/userinfo", "tokenURL": "{{var_hedgedoc_authentication_data_authelia_url_base}}/api/oidc/token", - "authorizationURL": "{{var_hedgedoc_authentication_data_authelia_url_base}}/api/oidc/authorize" + "authorizationURL": "{{var_hedgedoc_authentication_data_authelia_url_base}}/api/oidc/authorization" }, "email": false, "allowEmailRegister": false,