Attention: Due to an upgrade beginning on Friday, the 22nd August 2025, any new collabs, groups and any changes to teams will not be kept beyond the weekend. User creation will also be disabled during this time. The actual upgrade will take place on Wednesday, 27th August. On that day, any service requiring a Keycloak login will be unavailable for the duration of the upgrade. Thank you for your understanding as we complete this important work.

For the duration of the maintenance period, Collaboration and Group creation features will be temporarily disabled and will return HTTP 503 Service Unavailable errors until further notice.


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

From version 8.1
edited by messines
on 2020/07/15 18:33
Change comment: There is no comment for this version
To version 10.1
edited by messines
on 2020/07/15 18:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,7 @@
6 6  
7 7  The client is confidential with a secret, you obtain it throught the registering oidc client tutorial above.
8 8  
9 -[[image:Screenshot 2020-07-15 at 17.47.12.png||height="453" width="664"]]
9 +[[image:Screenshot 2020-07-15 at 17.47.12.png||height="517" width="758"]]
10 10  
11 11  
12 12  The whole authentication flow presented here is based on the official OAuth2 rfc describe in the section 4.1
... ... @@ -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" %)