Last modified by hbpadmin on 2021/06/15 17:59

From version 1.1
edited by messines
on 2020/12/04 11:25
Change comment: There is no comment for this version
To version 2.1
edited by messines
on 2020/12/04 11:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,8 @@
8 8  == Configure your OIDC Client ==
9 9  
10 10  First thing to do is to configure your OIDC client as a Service account. You juste have to provide **"serviceAccountsEnabled" : true** in the définition of your client. Please have a look to this documentation know [[how to modify your oidc client.>>https://wiki.ebrains.eu/bin/view/Collabs/collaboratory-community-apps/Community%20App%20Developer%20Guide/1.%20Registering%20an%20OIDC%20client/]]
11 -\\~{~{code language="json"}}
11 +
12 +{{code language="json"}}
12 12  {
13 13   "defaultClientScopes" : [
14 14   "web-origins",
... ... @@ -23,6 +23,6 @@
23 23   ...,
24 24   "serviceAccountsEnabled" : true
25 25  }
26 -~{~{/code}}
27 +{{/code}}
27 27  
28 28