Skip to main content
Documentation & User Guides | Fotoware

Deployment of Fotoware Mobile though Mobile Device Management software

Overview

Fotoware Mobile is enabled for MDM (Mobile Device Management) deployment for any MDM solution able to forward/list apps from the public App Store (i.e., any app listed and available for everyone on Google Play/Apple Store). It uses native networking capabilities and is, therefore, capable of using any VPN tunnels configured on this layer through MDM.

Fotoware can be configured to use SSO (SAML/ADFS/Microsoft Entra ID), and Fotoware Mobile supports this capability. It can be configured by the MDM to connect to a specific hostname so the user is forced to connect it to the company DAM. The user will not be asked to enter the hostname during the app launch.

Specification

The following properties can be configured through MDM:

Property key Value (default) Description

canUpload

true/false (true)

Set to false to disable upload capabilities in the app.

canUploadFromLibrary

true/false (true)

Set to false to disable uploading from the camera roll.

displayOnboarding

true/false (true)

Set to false to disable onboarding slides.

hostName

string (null)

Specify hostname (DNS name component) to force connection to a specific host.

Example configuration

<dict> 
    <key>hostName</key> 
    <string>customer.fotoware.cloud</string> 
    <key>canUpload</key> 
    <string>true</string> 
    <key>canUploadFromLibrary</key> 
    <string>true</string> 
    <key>displayOnboarding</key> 
    <string>true</string>
</dict> 
  • Was this article helpful?