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
-
... ... @@ -56,7 +56,7 @@ 56 56 57 57 {{code language="bash"}} 58 58 # Set your developer token 59 -clb_dev_token= "eyJhbGci..."59 +clb_dev_token=... 60 60 61 61 # Send the creation request 62 62 curl -X POST https://iam.ebrains.eu/auth/realms/hbp/clients-registrations/default/ \ ... ... @@ -171,3 +171,4 @@ 171 171 **⚠ 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. ⚠** 172 172 {{/warning}} 173 173 174 +