Last modified by messines on 2021/06/08 17:32

From version 13.1
edited by mmorgan
on 2020/07/16 03:29
Change comment: There is no comment for this version
To version 15.1
edited by messines
on 2020/07/16 14:58
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mmorgan
1 +XWiki.messines
Content
... ... @@ -65,7 +65,6 @@
65 65  (% class="wikigeneratedid" id="HRequest-1" %)
66 66  Now that your app has the **authorization** **code** for a user, it can fetch the user access token
67 67  
68 -(% class="wikigeneratedid" %)
69 69  ==== Request ====
70 70  
71 71  /POST: [[https:/iam.ebrains.eu/auth/realms/hbp/protocol/openid-connect/token>>url:https:/iam.ebrains.eu/auth/realms/hbp/protocol/openid-connect/token]]
... ... @@ -129,8 +129,6 @@
129 129  {
130 130   "sub": "fa2db206-3...0ebaba98e1",
131 131   "unit": [
132 - "/collab-devs",
133 - "/collab-team",
134 134   "/all/institutions/switzerland/epfl",
135 135   "/all/projects/hbp/consortium/SGA2/SP05",
136 136   "/all/projects/hbp/consortium/SGA3/WP6/T6_11"
... ... @@ -160,6 +160,6 @@
160 160  
161 161  jupyterhub and xwiki are OIDC clients.
162 162  
163 -The unit field above lists [useless noise?].
160 +The unit field above lists is the list of unit the user is member of. The `unit-` prefix bellow the group field are the administration right for this user for the given unit, administration of unit is a separate concept than the unit themself.
164 164  
165 165