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.b ougault1 +XWiki.fabricegaillard - 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. 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.collaboratory-v2.keycloak.user administration.WebHome]] the next time you will login. 12 12 13 13 (% class="box infomessage" %) 14 14 ((( ... ... @@ -73,6 +73,7 @@ 73 73 setting1: 'setting 1 value', 74 74 setting2: 'setting 2 value', 75 75 // ... 76 + // reload: false // avoid page reload on settings change 76 76 }}, 'https://wiki.humanbrainproject.eu'); 77 77 {{/code}} 78 78 ... ... @@ -103,8 +103,8 @@ 103 103 curl -X POST https://iam.humanbrainproject.eu/auth/realms/hbp/protocol/openid-connect/token \ 104 104 -u developer: \ 105 105 -d 'grant_type=password' \ 106 - -d "username=${clb_dev_username}" \ 107 - -d "password=${clb_dev_pwd}" | 107 + --data-urlencode "username=${clb_dev_username}" \ 108 + --data-urlencode "password=${clb_dev_pwd}" | 108 108 109 109 # Prettify the JSON response 110 110 json_pp;