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

From version 2.1
edited by messines
on 2020/12/04 11:25
Change comment: There is no comment for this version
To version 1.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,8 +8,7 @@
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 -
12 -{{code language="json"}}
11 +\\~{~{code language="json"}}
13 13  {
14 14   "defaultClientScopes" : [
15 15   "web-origins",
... ... @@ -24,6 +24,6 @@
24 24   ...,
25 25   "serviceAccountsEnabled" : true
26 26  }
27 -{{/code}}
26 +~{~{/code}}
28 28  
29 29