Last modified by bougault on 2022/03/02 11:58

From version 24.1
edited by allan
on 2020/03/04 10:49
Change comment: There is no comment for this version
To version 22.1
edited by allan
on 2020/02/26 14:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -89,8 +89,6 @@
89 89  1. use the token to call the create endpoint
90 90  1. save your registration access token for further modifications of your client
91 91  
92 -Note that a [[notebook>>https://lab.humanbrainproject.eu/user/allan/lab/tree/drive/Shared%20with%20all/Collaboratory%20Community%20Apps/Managing%20an%20OpenID%20Connect%20client.ipynb||rel="noopener noreferrer" target="_blank"]] is available to help you create and modify your OIDC client.
93 -
94 94  === Fetching your developer access token ===
95 95  
96 96  Getting your developer token is done in one simple step: authenticate against the developer client with the password grant.
... ... @@ -249,5 +249,5 @@
249 249   Note that your need to provide your client id both in the endpoint URL and within the body of the request.
250 250  
251 251  {{warning}}
252 -/!\ ** Each time you modify your client, a new registration access token will be generated. You need to keep track of your token changes to keep access to your client.   **/!\
250 +/!\ ** Each time you modify your client, a new registration access token will be generated. You need to track of your token changes to keep access to your client. **/!\
253 253  {{/warning}}