Changes for page Collaboratory Python Tools
Last modified by allan on 2022/05/23 22:40
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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}}