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 11.1
edited by villemai
on 2020/03/10 13:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -21,7 +21,7 @@
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}}