Changes for page 1. Registering an OIDC client
Last modified by messines on 2022/05/25 10:11
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -10,10 +10,6 @@ 10 10 11 11 [[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]] 12 12 13 -Also a live exemple of client ID creation is available here on our lab, you can perfectly use this notebook to create your client, the next steps in this documentation reproduce the content of the notebook. 14 - 15 -[[https:~~/~~/lab.ebrains.eu/user/user-redirect/lab/tree/shared/Collaboratory%20Community%20Apps/Managing%20an%20OpenID%20Connect%20client.ipynb>>https://lab.ebrains.eu/user/user-redirect/lab/tree/shared/Collaboratory%20Community%20Apps/Managing%20an%20OpenID%20Connect%20client.ipynb]] 16 - 17 17 == Creating your OpenID Connect client == 18 18 19 19 The steps to create an OpenID Connect (OIDC) client are the following: ... ... @@ -23,8 +23,12 @@ 23 23 1. save your registration access token for further modifications of your client 24 24 1. use the token to call the create endpoint 25 25 26 - Notethat a Jupyter Notebook notebook isavailableintheDrive of this collabtohelp youcreate andmodify your OIDCclient.Its name is: **//Managing an OpenID Connect client.ipynb//** [add link]22 +==== Easiest way to create a client ==== 27 27 24 +A live exemple of client ID creation is available here on our lab, you can perfectly use this notebook to create your client, the next steps in this documentation reproduce the content of the notebook. The easiest solution as a user is to use this notebook to create a client and avoid human error while executing curl request manually. 25 + 26 +[[https:~~/~~/lab.ebrains.eu/user/user-redirect/lab/tree/shared/Collaboratory%20Community%20Apps/Managing%20an%20OpenID%20Connect%20client.ipynb>>https://lab.ebrains.eu/user/user-redirect/lab/tree/shared/Collaboratory%20Community%20Apps/Managing%20an%20OpenID%20Connect%20client.ipynb]] 27 + 28 28 === Ask for developer accreditation === 29 29 30 30 To be authorize to create an OIDC client you have to be accredited as developer.