Last modified by allan on 2022/05/23 22:40

From version 12.1
edited by villemai
on 2020/03/10 13:45
Change comment: There is no comment for this version
To version 10.1
edited by villemai
on 2020/02/10 14:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,12 +16,12 @@
16 16  
17 17  To create a client, you will need the client ID and client secret you obtained when registering the client.
18 18  
19 -The Authority is "[[https:~~/~~/iam.ebrains.eu/auth/realms/hbp>>https://iam.ebrains.eu/auth/realms/hbp]].
19 +The Authority is "[[https:~~/~~/iam.humanbrainproject.eu/auth/realms/hbp>>https://iam.humanbrainproject.eu/auth/realms/hbp]].
20 20  
21 21  
22 22  {{code language="python"}}
23 23  from clb_py_tools.iam.client import Client
24 -authority = "https://iam.ebrains.eu/auth/realms/hbp"
24 +authority = "https://iam.humanbrainproject.eu/auth/realms/hbp"
25 25  Client(authority, client_id, client_secret)
26 26  
27 27  {{/code}}