Changes for page Community App Developer Guide
Last modified by bougault on 2022/03/02 11:58
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. fabricegaillard1 +XWiki.allan - Content
-
... ... @@ -8,7 +8,7 @@ 8 8 9 9 Send an email to [[support@humanbrainproject.eu>>mailto:support@humanbrainproject.eu]] with a short summary of your intentions. 10 10 11 -The support team will apply the permissions to your user: your account will be [[upgraded with developers privileges>>doc:Collabs.collab-devs. collaboratory-v2.keycloak.user administration.WebHome]] the next time you will login.11 +The support team will apply the permissions to your user: your account will be [[upgraded with developers privileges>>doc:Collabs.collab-devs.User administration.WebHome]] the next time you will login. 12 12 13 13 (% class="box infomessage" %) 14 14 ((( ... ... @@ -72,9 +72,8 @@ 72 72 data: { 73 73 setting1: 'setting 1 value', 74 74 setting2: 'setting 2 value', 75 - // ... 76 - // reload: false // avoid page reload on settings change 77 - }}, 'https://wiki.humanbrainproject.eu'); 75 + ... 76 + }, 'https://wiki.humanbrainproject.eu'); 78 78 {{/code}} 79 79 80 80 === Fetching settings === ... ... @@ -104,8 +104,8 @@ 104 104 curl -X POST https://iam.humanbrainproject.eu/auth/realms/hbp/protocol/openid-connect/token \ 105 105 -u developer: \ 106 106 -d 'grant_type=password' \ 107 - - -data-urlencode"username=${clb_dev_username}" \108 - - -data-urlencode"password=${clb_dev_pwd}" |106 + -d "username=${clb_dev_username}" \ 107 + -d "password=${clb_dev_pwd}" | 109 109 110 110 # Prettify the JSON response 111 111 json_pp;