[fix] role:dokuwiki
This commit is contained in:
parent
fc472c2938
commit
00049a180d
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
"var_dokuwiki_title": "DokuWiki",
|
"var_dokuwiki_title": "DokuWiki",
|
||||||
"var_dokuwiki_language": "en",
|
"var_dokuwiki_language": "en",
|
||||||
"var_dokuwiki_licence": "cc-by-sa",
|
"var_dokuwiki_licence": "cc-by-sa",
|
||||||
|
"var_dokuwiki_oauth2_enable": false,
|
||||||
"var_dokuwiki_authentication_kind": "internal",
|
"var_dokuwiki_authentication_kind": "internal",
|
||||||
"var_dokuwiki_authentication_data_generic_auth_url": "https://auth.example.org/api/oidc/authorize",
|
"var_dokuwiki_authentication_data_generic_auth_url": "https://auth.example.org/api/oidc/authorize",
|
||||||
"var_dokuwiki_authentication_data_generic_token_url": "https://auth.example.org/api/oidc/token",
|
"var_dokuwiki_authentication_data_generic_token_url": "https://auth.example.org/api/oidc/token",
|
||||||
|
|
|
@ -15,6 +15,10 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"mandatory": false
|
"mandatory": false
|
||||||
},
|
},
|
||||||
|
"oauth2_enable": {
|
||||||
|
"type": "boolean",
|
||||||
|
"mandatory": false
|
||||||
|
},
|
||||||
"authentication_kind": {
|
"authentication_kind": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"options": [
|
"options": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue