Changes for page 2. Automated Sign-in

Last modified by teamwire001 on 2025/09/11 14:57

From version 6.1
edited by teamwire001
on 2025/08/19 08:12
Change comment: DOC-434
To version 5.3
edited by teamwire003
on 2024/08/13 12:50
Change comment: 3.4.2 changed to 3.4.3

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.teamwire001
1 +XWiki.teamwire003
Content
... ... @@ -1,4 +1,4 @@
1 -For large organisational environments signing in users manually can be difficult to manage and scale. Teamwire includes a way for system administrators to provide all users' details to automatically configure the Teamwire desktop app. On Windows desktops this is achieved by entering all information needed into the Windows Registry, and in macOS and Linux by saving a file in the users' directory.
1 +For large organisational environments registering users manually can be difficult to manage and scale. Teamwire includes a way for system administrators to provide all users' registration details to automatically configure the Teamwire desktop app. On Windows desktops this is achieved by entering all information needed into the Windows Registry, and in macOS and Linux by saving a file in the users' directory.
2 2  
3 3  
4 4  {{id name="windows"/}}
... ... @@ -5,103 +5,87 @@
5 5  
6 6  = Windows =
7 7  
8 -To enable the automated sign-in process in Windows, provide the [[Mandatory parameters>>doc:||anchor="mandatory"]] in the following registry hive:
8 +When starting Teamwire for the first time, the application gets the information for a user's registration (if provided) from the following registry hive:
9 9  
10 -{{tabs idsToLabels="registry1=Desktop 4, registry2=Until Desktop 3.4.3"/}}
10 +|(((
11 +**Desktop 4.0.10 or later**
11 11  
12 -(% id="registry1" %)
13 +(% class="box infomessage" %)
13 13  (((
14 -{{info}}
15 -Please ensure to always update your desktop app to the latest version to make sure that all available options of the template are supported.
16 -{{/info}}
15 +**Note:** Please ensure to always update your Desktop App to the latest version to make sure that all available options of the template are supported.
16 +)))
17 17  
18 -Registry path: ##HKEY_CURRENT_USER\SOFTWARE\teamwire\##
18 +##HKEY_CURRENT_USER\SOFTWARE\teamwire\##
19 19  
20 20  A template for an executable registry entry incl. all possible configurations can be found at:
21 -[[url:https://desktop.teamwire.eu/templates/teamwire-windows.reg||rel="noopener noreferrer" target="_blank"]]
21 +[[https:~~/~~/desktop.teamwire.eu/templates/teamwire-windows.reg>>https://desktop.teamwire.eu/templates/teamwire-windows.reg]]
22 22  
23 -Please comment out parameters that are not required, e.g. ##proxyUrl##.
23 +Please comment out parameters that are not required for your users' registration, e.g.  ##proxyUrl##.
24 24  )))
25 +|(((
26 +**Until Desktop 3.4.3**
25 25  
26 -(% id="registry2" %)
27 -(((
28 -Registry path: ##HKEY_CURRENT_USER\Software\Teamwire\UserRegistration\##
28 +##HKEY_CURRENT_USER\Software\Teamwire\UserRegistration\##
29 29  
30 30  A template for an executable registry entry incl. all possible configurations can be found at
31 31  
32 -[[url:http://desktop.teamwire.eu/templates/windows.reg||rel="noopener noreferrer" target="_blank"]]
32 +[[http://desktop.teamwire.eu/templates/windows.reg||rel="noopener noreferrer" target="_blank"]]
33 33  
34 -Please comment out parameters that are not required, e.g. ##ProxyURL##.
34 +Please comment out parameters that are not required for your users' registration, e.g.  ##ProxyURL##.
35 35  )))
36 36  
37 -
38 38  {{id name="macosandlinux"/}}
39 39  
40 40  = macOS and Linux =
41 41  
42 -To enable the automated sign-in process in macOS or Linux, provide the [[Mandatory parameters>>doc:||anchor="mandatory"]] inside a JSON file in the user directory:
41 +To enable automated registration in macOS or Linux, a JSON file needs to be placed in the user's folder:
43 43  
44 -{{tabs idsToLabels="config1=Desktop 4, config2=Until Desktop 3.4.3"/}}
43 +|(((
44 +**Desktop 4.0.10 or later**
45 45  
46 -(% id="config1" %)
46 +(% class="box infomessage" %)
47 47  (((
48 -{{info}}
49 -Please ensure to always update your desktop app to the latest version to make sure that all available options of the template are supported.
50 -{{/info}}
48 +**Note:** Please ensure to always update your Desktop App to the latest version to make sure that all available options of the template are supported.
49 +)))
51 51  
52 -File path: ##~~/.config/teamwire/teamwire.cfg##
51 +##~~/.config/teamwire/teamwire.cfg##
53 53  
54 54  A template JSON file incl. all possible configurations can be found at
55 -[[url:https://desktop.teamwire.eu/templates/teamwire.cfg||rel="noopener noreferrer" target="_blank"]]
54 +[[https:~~/~~/desktop.teamwire.eu/templates/teamwire.cfg>>https://desktop.teamwire.eu/templates/teamwire.cfg]]
56 56  
57 -Please delete the parameters that are not required, e.g. ##proxyUrl##.
56 +Please delete the parameters that are not required for your users' registration, e.g.  ##proxyUrl##.
58 58  )))
58 +|(((
59 +**Until Desktop 3.4.3**
59 59  
60 -(% id="config2" %)
61 -(((
62 -File path: ##~~/.config/teamwire.cfg##
61 +##~~/.config/teamwire.cfg##
63 63  
64 64  A template JSON file incl. all possible configurations can be found at
65 65  
66 66  [[http://desktop.teamwire.eu/templates/registration.json||rel="noopener noreferrer" target="_blank"]]
67 67  
68 -Please delete the parameters that are not required, e.g. ##ProxyURL##.
67 +Please delete the parameters that are not required for your users' registration, e.g.  ##ProxyURL##.
69 69  )))
70 70  
71 -
72 72  {{id name="mandatory"/}}
73 73  
74 -= Mandatory parameters =
72 += Mandatory Parameters =
75 75  
76 -The following parameters are always required for automated sign-in:
74 +The following parameters are always required for automated registration:
77 77  
78 -{{tabs idsToLabels="parameter1=Desktop 4, parameter2=Until Desktop 3.4.3"/}}
76 +* ##firstName##
77 +* ##lastName##
78 +* ##email##
79 +* ##registrationToken##
79 79  
80 -(% id="parameter1" %)
81 -(((
82 -* ##firstName##: User's first name
83 -* ##lastName##: User's last name
84 -* ##email##: User's email address
85 -* ##registrationToken##: One-time registration token from the Dashboard
86 -* ##serverHost##: Teamwire Server name as described in [[Advanced Configurations>>doc:Public.Applications.Desktop.Advanced-Configurations.WebHome||anchor="4-hostname"]] (optional but recommended)
87 -)))
81 +## ##
88 88  
89 -(% id="parameter2" %)
90 -(((
91 -* ##FirstName##: User's first name
92 -* ##LastName##: User's last name
93 -* ##Email##: User's email address
94 -* ##RegistrationToken##: One-time registration token from the Dashboard
95 -* ##BackendServerName##: Teamwire Server name as described in [[Advanced Configurations>>doc:Public.Applications.Desktop.Advanced-Configurations.WebHome||anchor="4-hostname"]] (optional but recommended)
96 -)))
97 -
98 -
99 99  {{id name="securityadvice"/}}
100 100  
101 -= Security advice =
85 += Security Advice =
102 102  
103 103  The registration token is a very sensible piece of information and needs to be protected against the access of unauthorised persons. We recommend to keep the channel you use, for transmitting the token to the desktop computers, as safe as possible. The file should be also saved with the most restrictive permissions.
104 104  
105 -Do not use your organisation's registration token to sign in desktop users. One-time registration tokens for each individual user can be used in parallel, and are much safer since the Windows Registry and configuration files can be examined by users. Therefore the user may abuse the organisation's token and sign in any Teamwire user account. For details about the one-time registration token, please refer to the section about [[User operations>>doc:Customer.Administration.Dashboard-User-Manual.Users.WebHome||anchor="users-useroperations"]] in the [[Dashboard manual>>doc:Customer.Administration.Dashboard-User-Manual.WebHome]].
89 +Do not use your organisation's registration token to register desktop users. One-time registration tokens for each individual user can be used in parallel, and are much safer since the Windows Registry and configuration files can be examined by users. Therefore the user may abuse the organisation's token and register any Teamwire user account. For details about the one-time registration token, please refer to the chapter about [[User Operations>>doc:Customer.Administration.Dashboard-User-Manual.Users.WebHome||anchor="users-useroperations"]] in the [[Dashboard manual>>doc:Customer.Administration.Dashboard-User-Manual.WebHome]].
106 106  
107 107  ## ##