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,