Changes for page Competent - iTrivio integration
Last modified by Petr Blšťák on 2024/09/18 11:55
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -105,8 +105,8 @@ 105 105 106 106 First we need to manually connect the first two users: 107 107 108 -* Go to the Competent database once more, to the table __user_mt__ and find either the default Competent admin (by login "admin" and typically it will be the user with ID=1) or the other user you created in the Competent preparation step ,to edit your iTrivio courses.109 -* Find the column external_id and instead of NULL fill in the <ADMIN_CREATOR> value. 108 +* Go to the Competent database once more, to the table __user_mt__ and find either the default Competent admin (by login "admin" and typically it will be the user with ID=1) or the other user you created in the Competent preparation step (for editing your iTrivio courses). 109 +* Find the column external_id and instead of NULL fill in the **<ADMIN_CREATOR>** value. 110 110 * For now, this user will be the **only one** in your company that will be able to edit the iTrivio courses. Other users with appropriate rights can only create/delete/run them. 111 111 112 112 Now open the **application.properties** file and set the following propeties: ... ... @@ -140,7 +140,7 @@ 140 140 competentItrivioIntegration.auth.environment=PROD 141 141 142 142 #-# need to be same as "jwt.key" property in iTrivio "settings.properties" file 143 -competentItrivioIntegration.auth.key=CHANGE_ ME143 +competentItrivioIntegration.auth.key=SECRET_CODE_CHANGE_IT 144 144 145 145 #-# -------------- COMPETENT INTEGRATION ------------ 146 146 #-# --- From iTrivio to Competent synchronization --- ... ... @@ -172,13 +172,13 @@ 172 172 Now open the file "/com.itrivio/src/main/resources/settings.properties" and set the two following properties: 173 173 174 174 {{code language="properties"}} 175 -# custom environment name, e.g. PROD,DEV,TEST... (must match the competentItrivioIntegration.auth.environment property from Competent) 175 +# custom environment name, e.g. PROD,DEV,TEST... 176 +# (must match the competentItrivioIntegration.auth.environment property from Competent) 176 176 environment.id=PROD 177 177 178 178 # secret part of you JWT key - used for communication with the Competent system and creating auto-login links 179 -# see also jwt.expiration 180 180 # (must match the competentItrivioIntegration.auth.key property from Competent) 181 -jwt.key= xxxsecret181 +jwt.key=SECRET_CODE_CHANGE_IT 182 182 {{/code}} 183 183 184 184 = Final setting test =