Changes for page 2. Authenticating with your OIDC client and fetch collab user info
Last modified by messines on 2021/06/08 17:32
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -101,6 +101,8 @@ 101 101 102 102 == Access user info == 103 103 104 +==== Request ==== 105 + 104 104 Now that your application got the access token of your user, it's really easy to fetch user info 105 105 106 106 (% class="box infomessage" %) ... ... @@ -113,6 +113,8 @@ 113 113 [[image:Screenshot 2020-07-15 at 18.28.28.png||height="161" width="566"]] 114 114 115 115 118 +==== Response ==== 119 + 116 116 As response you will have a json with all the information on the logged user, for my user 117 117 118 118 (% class="box" %)