[fix] role:hedgedoc
This commit is contained in:
parent
78efa5297f
commit
dfe11c11f5
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue