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.bougault - 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 ((( ... ... @@ -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}" |107 + -d "username=${clb_dev_username}" \ 108 + -d "password=${clb_dev_pwd}" | 109 109 110 110 # Prettify the JSON response 111 111 json_pp;