From dfe11c11f52201c3b1db49cb11b55b76a1883fed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Thu, 21 Mar 2024 23:44:45 +0100 Subject: [PATCH] [fix] role:hedgedoc --- ansible/roles/hedgedoc/templates/config.json.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible/roles/hedgedoc/templates/config.json.j2 b/ansible/roles/hedgedoc/templates/config.json.j2 index a5d3184..1473eed 100644 --- a/ansible/roles/hedgedoc/templates/config.json.j2 +++ b/ansible/roles/hedgedoc/templates/config.json.j2 @@ -38,9 +38,9 @@ "userProfileUsernameAttr": "sub", "userProfileDisplayNameAttr": "name", "userProfileEmailAttr": "email", - "userProfileURL": "{{var_hedgedoc_authentication_data_authelia_url_base}}/profile", - "tokenURL": "{{var_hedgedoc_authentication_data_authelia_url_base}}/token", - "authorizationURL": "{{var_hedgedoc_authentication_data_authelia_url_base}}/authorization" + "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" }, "email": false, "allowEmailRegister": false,