From 3405fec75080f6709945b88a5abf698c3b10ead7 Mon Sep 17 00:00:00 2001 From: Christian Rickert Date: Thu, 31 Oct 2024 11:39:29 -0600 Subject: [PATCH] add server info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3a30b2..74755ad 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Image transfer tool for Indica Labs' HALO 🤌 GUI with macOS >[!TIP] ->Italo requires access to HALO's GraphQL API server with a `scope=serviceuser|graphql` service client. For details on how to create the HALO service client, please see [Step 2](https://gitlab.com/indica_labs_public/example-code#step-2-create-halo-service-client) of Indica Labs' python example. In short, run the following command from an elevated Windows Command Prompt ("Run as adminstrator") to request a new service client named `Italo`: +>Italo requires access to HALO's GraphQL API server with a `scope=serviceuser|graphql` service client. For details on how to create the HALO service client, please see [Step 2](https://gitlab.com/indica_labs_public/example-code#step-2-create-halo-service-client) of Indica Labs' python example. In short, run the following command from an elevated Windows Command Prompt ("Run as adminstrator") on the HALO server system to request a new service client named `Italo`: >```terminal >"C:\Program Files\Indica Labs\Identity Provider\IndicaLabs.ApplicationLayer.Halo.IdentityProvider.exe" reconfigure --script AddResearchServiceClient "client_type=Italo;scopes=serviceuser|graphql" >``` ->The configuration details required for Italo to communicate with HALO's GraphQL API server can then be found **only** on the HALO server system with the Identity Provider's config file: +>The configuration details required for Italo to communicate with HALO's GraphQL API server can then be found on the HALO server system with the Identity Provider's config file: > >`C:\ProgramData\Indica Labs\Configuration\IndicaLabs.ApplicationLayer.Halo.IdentityProvider\local-production.yml` >```YAML