Passer au contenu principal
Adaptive Planning
Dernière mise à jour : 2023-06-23
Déployer OfficeConnect Tenants sur des Machines Utilisateur (Administrateur IT)

Déployer OfficeConnect Tenants sur des Machines Utilisateur (Administrateur IT)

  • La dernière version d'OfficeConnect. Voir Téléchargement de produits.
  • Authentification des informations d'authentification pour les environnements clients Adaptive Planning configurés avec l'authentification unique Workday ou Workday Financial Management. Ces informations sont disponibles dans le client API OfficeConnect de Workday :
    • URL du point de terminaison de l'autorisation
    • URL du point de terminaison de l'API REST-API
    • Identifiant client
  • Informations d'authentification pour les environnements clients Adaptive Planning sans authentification unique Workday :
    • URL du point de terminaison de l'API
    • URL du point de terminaison de l'autorisation
Si votre instance utilise une authentification régionale et non basée sur les États-Unis, les URL d'autorisation et les points de terminaison de l'API varient en fonction de votre région. Voir Référence : URL d'authentification régionale.
Pour les installations d'OfficeConnect nouvelles ou existantes, vous pouvez déployer et mettre à jour les environnements clients directement pour les utilisateurs. Vous pouvez déployer le détail de l'environnement client dans le registre Windows en utilisant n'importe quelle méthode privilégiée par votre organisation, notamment une règle de groupe, des scripts ou un logiciel de déploiement.
Vous pouvez déployer la configuration de l'environnement client à l'un ou l'autre de ces emplacements de registre. La configuration privilégiée est le déploiement de environnements clients pour tous les utilisateurs sur un ordinateur.
  • HKEY_CURRENT_USER\Software\Adaptive Insights
    afin de gérer les environnements clients pour des utilisateurs individuels.
  • HKEY_LOCAL_MACHINE\Software\Adaptive Insights
    Permet de gérer les environnements clients pour tous les utilisateurs sur une machine.
  1. Dans le compte de registre souhaité, ajoutez
    SOFTWARE\Adaptive Insights\Connections
    clé.
  2. Sous le
    Connections
    clé, incluez un
    LastUpdated
    Saisissez la valeur de la date et de l'heure du calendrier temporel universel (UTC) avec la date et l'heure actuelles. Chaque fois que vous souhaitez mettre à jour des environnements clients, vous devez mettre à jour cette valeur. La configuration d'OfficeConnect est mise à jour dès que :
    LastUpdated
    changements de valeur.
  3. Ajoutez une clé pour chaque environnement client. Vous pouvez inclure :
    • Plusieurs environnements clients. Exemple : Production et Sandbox.
    • Plusieurs types d'environnement client : exemple Adaptive Planning et Workday Financial Management
Exemple 1 : fichier de registre (.reg) d'un environnement client Adaptive Planning sans authentification unique Workday :
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections] "LastUpdated"="2024-04-24T15:10:20" [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections\production] "PlanningApiUrl"="https://uslogin1.adaptiveplanning.com" "PlanningAuthorizationUrl"="https://uslogin1.adaptiveplanning.com"
Exemple 2 : fichier de registre (.reg) d'un environnement client Adaptive Planning avec authentification unique Workday :
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections] "LastUpdated"="2024-04-24T15:10:20" [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections\Sandbox] "WorkdayAuthorizationUrl"="https://example.myworkday.com/sandboxtenant/authorize" "WorkdayRestApiUrl"="https://example.myworkday.com/ccx/api/v1/sandboxtenant" "WorkdayClientId"="Njk0MjQwMGYtMTYxYy00YzEwLWFjZGQtNTBlN2I4YzNiYjU2"
Exemple 3 : fichier de registre (.reg) d'un environnement client Workday Financial Management. Le
Type=financials
La valeur est obligatoire pour les environnements clients Financial Management. Sans cette valeur, l'environnement client est configuré pour Adaptive Planning.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections] "LastUpdated"="2024-04-24T15:10:20" [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections\Financials (prod)] "Type"="financials" "WorkdayAuthorizationUrl"="https://example.myworkday.com/prodtenant/authorize" "WorkdayRestApiUrl"="https://example.myworkday.com/ccx/api/v1/prodtenant" "WorkdayClientId"="Njk0MjQwMGYtMTYxYy00YzEwLWFjZGQtNTBlN2I4YzNiYjU2"
Exemple 4 : fichier de registre (.reg) avec plusieurs environnements clients :
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections] "LastUpdated"="2024-04-24T15:10:20" [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections\Planning prod] "WorkdayAuthorizationUrl"="https://example.myworkday.com/prodtenant/authorize" "WorkdayRestApiUrl"="https://example.myworkday.com/ccx/api/v1/prodtenant" "WorkdayClientId"="Njk0MjQwMGYtMTYxYy00YzEwLWFjZGQtNTBlN2I4YzNiYjU2" [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections\Planning sandbox] "WorkdayAuthorizationUrl"="https://example.myworkday.com/sandboxtenant/authorize" "WorkdayRestApiUrl"="https://example.myworkday.com/ccx/api/v1/sandboxtenant" "WorkdayClientId"="Njk0MjQwMGYtMTYxYy00YzEwLWFjZGQtNTBlN2I4YzNiYjU2" [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections\Financials prod] "Type"="financials" "WorkdayAuthorizationUrl"="https://example.myworkday.com/prodtenant/authorize" "WorkdayRestApiUrl"="https://example.myworkday.com/ccx/api/v1/prodtenant" "WorkdayClientId"="Njk0MjQwMGYtMTYxYy00YzEwLWFjZGQtNTBlN2I4YzNiYjU2" [HKEY_CURRENT_USER\Software\Adaptive Insights\Connections\Financials sandbox] "Type"="financials" "WorkdayAuthorizationUrl"="https://example.myworkday.com/sandboxtenant/authorize" "WorkdayRestApiUrl"="https://example.myworkday.com/ccx/api/v1/sandboxtenant" "WorkdayClientId"="abc0MjQwMGYtMTYxYy00YzEwLWFjZGQtNTBlN2I4YzNiY456"
Exemple 5 : script de commande Windows pour créer les données du registre :
SETLOCAL SET BASEKEY=HKLM\Software\Adaptive Insights\Connections reg add "%BASEKEY%" /v LastUpdated /t REG_SZ /d "2024-04-24T15:20:10" /f reg add "%BASEKEY%\Planning prod" /v WorkdayAuthorizationUrl /t REG_SZ /d "https://example.myworkday.com/prodtenant/authorize" /f reg add "%BASEKEY%\Planning prod" /v WorkdayRestApiUrl /t REG_SZ /d "https://example.myworkday.com/ccx/api/v1/prodtenant" /f reg add "%BASEKEY%\Planning prod" /v WorkdayClientId /t REG_SZ /d "Njk0MjQwMGYtMTYxYy00YzEwLWFjZGQtNTBlN2I4YzNiYjU2" /f reg add "%BASEKEY%\Financials prod" /v Type /t REG_SZ /d "financials" /f reg add "%BASEKEY%\Financials prod" /v WorkdayAuthorizationUrl /t REG_SZ /d "https://example.myworkday.com/prodtenant/authorize" /f reg add "%BASEKEY%\Financials prod" /v WorkdayRestApiUrl /t REG_SZ /d "https://example.myworkday.com/ccx/api/v1/prodtenant" /f reg add "%BASEKEY%\Financials prod" /v WorkdayClientId /t REG_SZ /d "Njk0MjQwMGYtMTYxYy00YzEwLWFjZGQtNTBlN2I4YzNiY123" /f ENDLOCAL