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,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