Difference between revisions of "HowTo:Restrict Access to known Devices (Satellites)"
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
In order to allow only dedicated mobile devices to connect to the {{UBIK}} system a device has to be registered as [[Satellite]]. | In order to allow only dedicated mobile devices to connect to the {{UBIK}} system a device has to be registered as [[Satellite]]. | ||
# Create a new instance of [[SATELLITE]]<br/>[[File:UI_HowTo_RestrictAccessKnownMobileDevices_01.png|220 px|border|alt=Register as Satellite]] | # Create a new instance of [[SATELLITE]]<br/>[[File:UI_HowTo_RestrictAccessKnownMobileDevices_01.png|220 px|border|alt=Register as Satellite]] | ||
− | # Enter the | + | # Enter the [[Device_ID]] of your mobile in the ''NAME'' field of the new object. If you do not know your device ID use the ''[[Information]]'' dialog of the {{UBIK}} application to retrieve the device ID of your mobile device<br/>[[File:UI_HowTo_RestrictAccessKnownMobileDevices_02.png|220 px|border|alt=Enter device ID]] |
# Set the [[Satellite_Status|status]] of the satellite to '''Active'''<br/>[[File:UI_HowTo_RestrictAccessKnownMobileDevices_03.png|220 px|border|alt=Activate device]] | # Set the [[Satellite_Status|status]] of the satellite to '''Active'''<br/>[[File:UI_HowTo_RestrictAccessKnownMobileDevices_03.png|220 px|border|alt=Activate device]] | ||
− | It might be also necessary to modify the [[ | + | It might be also necessary to modify the [[Configuration_Files|configuration files]] of the [[USAM]] web service |
− | # Locate the [[ | + | # Locate the [[Configuration_Files/AppSettings.config|AppSettings.config]] file on the used web server |
# Find the entries '''UBIK.Service.TokenRestrictive''' and '''UBIK.Service.DeviceRestrictive''' and make sure that these values are set to '''1''' | # Find the entries '''UBIK.Service.TokenRestrictive''' and '''UBIK.Service.DeviceRestrictive''' and make sure that these values are set to '''1''' | ||
<source lang="xml"> | <source lang="xml"> | ||
Line 16: | Line 16: | ||
</source> | </source> | ||
− | [[Category:Device management]] | + | [[Category:Device management|Restrict Access to known Devices (Satellites)]] |
− | [[Category:How-To]] | + | [[Category:How-To|Restrict Access to known Devices (Satellites)]] |
Latest revision as of 09:41, 4 June 2020
In order to allow only dedicated mobile devices to connect to the UBIK® system a device has to be registered as Satellite.
- Create a new instance of SATELLITE
- Enter the Device ID of your mobile in the NAME field of the new object. If you do not know your device ID use the Information dialog of the UBIK® application to retrieve the device ID of your mobile device
- Set the status of the satellite to Active
It might be also necessary to modify the configuration files of the USAM web service
- Locate the AppSettings.config file on the used web server
- Find the entries UBIK.Service.TokenRestrictive and UBIK.Service.DeviceRestrictive and make sure that these values are set to 1
<appSettings>
...
<add key="UBIK.Service.DeviceRestrictive" value="0" />
<add key="UBIK.Service.TokenRestrictive" value="1" />
...
</appSettings>
...
<add key="UBIK.Service.DeviceRestrictive" value="0" />
<add key="UBIK.Service.TokenRestrictive" value="1" />
...
</appSettings>