Changes for page 1. Registering an OIDC client
Last modified by messines on 2022/05/25 10:11
From version 4.1
edited by fabricegaillard
on 2021/03/18 12:06
on 2021/03/18 12:06
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. fabricegaillard1 +XWiki.messines - Content
-
... ... @@ -1,4 +2,3 @@ 1 -(% class="wikigeneratedid" %) 2 2 == Must read before starting == 3 3 4 4 It's very important to choose the right type of clients and to understand the various OAuth flows. ... ... @@ -11,10 +11,15 @@ 11 11 12 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 13 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/messines/lab/tree/shared/Collaboratory%20Community%20Apps/Managing%20an%20OpenID%20Connect%20client.ipynb]] 16 + 14 14 == Creating your OpenID Connect client == 15 15 16 16 The steps to create an OpenID Connect (OIDC) client are the following: 17 17 21 +1. Ask the developer accreditation to be authorize to create client 18 18 1. get an access token from the `developer` client 19 19 1. save your registration access token for further modifications of your client 20 20 1. use the token to call the create endpoint ... ... @@ -21,6 +21,14 @@ 21 21 22 22 Note that a Jupyter Notebook notebook is available in the Drive of this collab to help you create and modify your OIDC client. Its name is: **//Managing an OpenID Connect client.ipynb//** [add link] 23 23 28 +=== Ask for developer accreditation === 29 + 30 +To be authorize to create an OIDC client you have to be accredited as developer. 31 + 32 +Please go on this page and "Request to join" the group [[https:~~/~~/wiki.ebrains.eu/bin/view/Identity/#/groups/app-collaboratory-iam~~-~~-service-providers>>https://wiki.ebrains.eu/bin/view/Identity/#/groups/app-collaboratory-iam--service-providers]] 33 + 34 +We will quickly process your request and you will be able to create an OIDC client 35 + 24 24 === Fetching your developer access token === 25 25 26 26 Getting your developer token is done in one simple step: authenticate against the developer client with the password grant.