Last modified by messines on 2022/05/25 10:11

From version 4.1
edited by fabricegaillard
on 2021/03/18 12:06
Change comment: There is no comment for this version
To version 2.1
edited by mmorgan
on 2020/07/16 01:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -1. Registering an OIDC client
1 +Registering an OIDC client
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.fabricegaillard
1 +XWiki.mmorgan
Content
... ... @@ -1,16 +14,3 @@
1 -(% class="wikigeneratedid" %)
2 -== Must read before starting ==
3 -
4 -It's very important to choose the right type of clients and to understand the various OAuth flows.
5 -
6 -A very good documentation is this one :
7 -
8 -[[https:~~/~~/auth0.com/docs/authorization/which-oauth-2-0-flow-should-i-use>>url:https://auth0.com/docs/authorization/which-oauth-2-0-flow-should-i-use]]
9 -
10 -and another one
11 -
12 -[[https:~~/~~/dzone.com/articles/the-right-flow-for-the-job-which-oauth-20-flow-sho>>url:https://dzone.com/articles/the-right-flow-for-the-job-which-oauth-20-flow-sho]]
13 -
14 14  == Creating your OpenID Connect client ==
15 15  
16 16  The steps to create an OpenID Connect (OIDC) client are the following:
... ... @@ -69,7 +69,7 @@
69 69  
70 70  {{code language="bash"}}
71 71  # Set your developer token
72 -clb_dev_token="eyJhbGci..."
59 +clb_dev_token=...
73 73  
74 74  # Send the creation request
75 75  curl -X POST https://iam.ebrains.eu/auth/realms/hbp/clients-registrations/default/ \
... ... @@ -183,3 +183,5 @@
183 183  {{warning}}
184 184  **⚠  Each time you modify your client, a new registration access token is generated. You need to keep track of your latest token to keep access to your client.  ⚠**
185 185  {{/warning}}
173 +
174 +