Changes for page Use your OIDC client as service account
Last modified by hbpadmin on 2021/06/15 17:59
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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