[fix] role:hedgedoc

This commit is contained in:
roydfalk 2024-03-21 23:44:45 +01:00
parent 78efa5297f
commit dfe11c11f5

View file

@ -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,