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

From version 11.1
edited by messines
on 2020/07/15 18:41
Change comment: There is no comment for this version
To version 9.1
edited by messines
on 2020/07/15 18:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -19,8 +19,6 @@
19 19  
20 20  === Authorization Code Grant ===
21 21  
22 -The first step of the authentication protocol is to fetch an **authorization code **for your client and your user
23 -
24 24  ==== Request ====
25 25  
26 26  /GET on [[https:~~/~~/iam.ebrains.eu/auth/realms/hbp/protocol/openid-connect/auth >>https://iam.ebrains.eu/auth/realms/hbp/protocol/openid-connect/auth]]
... ... @@ -103,8 +103,6 @@
103 103  
104 104  == Access user info ==
105 105  
106 -==== Request ====
107 -
108 108  Now that your application got the access token of your user, it's really easy to fetch user info
109 109  
110 110  (% class="box infomessage" %)
... ... @@ -117,8 +117,6 @@
117 117  [[image:Screenshot 2020-07-15 at 18.28.28.png||height="161" width="566"]]
118 118  
119 119  
120 -==== Response ====
121 -
122 122  As response you will have a json with all the information on the logged user, for my user
123 123  
124 124  (% class="box" %)