Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please reference the help documentation for more guidance https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/configure-mobile-a...
Please share feedback on integration of the Qlik Analytics mobile app within the Microsoft Entra/Intune solution in this mobile forum and mention @Andrew_Kruger.
Qlik has released to open beta testing (in the app stores) a version of the Qlik Analytics mobile app with Microsoft Intune library integration.
Google Play Store
Apple Store
This version of the app is for beta testing only, please do not contact Qlik Support regarding this application version....
We want to hear from you
Customer Intune policy strategies will vary – the goal of this open beta is to hear from customers on whether they can achieve the desired level of mobile use case control with Microsoft’s Entra/Intune solution in their testing of this open beta software.
Feedback on Intune policy management of the app is welcomed via the store beta channel feedback email or via the community here with a message to Andrew_Kruger.
Please read the integration findings below carefully.
This topic offers integration guidance and tips on how to use Intune app protection policies and app configuration policies to manage and secure the Qlik Analytics mobile app on Android and iOS devices.
Note: The Microsoft Tunnel for Mobile Application Management SDK is not integrated in the Qlik Analytics mobile app.
In verifying the SDK integration Qlik has found that use of the following Microsoft configuration control points may be relevant to a customer solution.
Testing and troubleshooting is best done with test users / devices and use of the Entra user sign-in logs within Microsoft Entra.
Before configuring the Qlik Analytics mobile app in Intune, make sure you have the following:
Your Qlik Cloud tenant must be configured to use Microsoft Entra ID (Azure AD) for authentication through OIDC or SAML.
For more information, see Identity providers in Qlik Cloud.
Your organization must have Microsoft Entra ID connected with Intune so you can enforce device and app policies.
All users who will access the Qlik Analytics mobile app must have accounts in your Entra ID tenant and be included in the user directory configured for Qlik Cloud tenant access.
The Qlik Analytics mobile app is available in the iOS App Store and Google Play Store – see the open beta links above.
Note: depending on the mobile platform and customer deployment mode, Microsoft Company Portal and/or Microsoft Authenticator may be required on device as well.
This section outlines the main steps to register and manage the Qlik Analytics mobile app in Microsoft Entra and Intune. Customer will have to understand and configure Microsoft Entra and Intune to their requirements. For detailed instructions on application registration, refer to Microsoft's documentation.
You must register the Qlik Analytics mobile app (published by QlikTech Inc.) in your Microsoft Entra ID instance to use it with Microsoft Intune.
The Qlik Analytics mobile app is an extension of the Qlik Cloud tenant. If attempting to control the app with Microsft Entra and Intune it is important to understand:
Any Conditional Access policy definition will vary depending on the customers intended deployment.
Configuring a Conditional Access policy involves an understanding of mobile Microsoft authentication broker flows and a significant testing exercise to confirm desired control. Please consult Microsoft documentation for Conditional Access policy management.
https://learn.microsoft.com/en-us/intune/intune-service/protect/conditional-access
Intune provides two policy types that can manage the Qlik Analytics mobile app:
To support the MAM flow there is a Toggle on the login screen which the user should set to the On (Green) state to force the policy access.
Policies apply at the app level on a mobile device, not the tenant level. If users switch between Qlik Cloud tenants in the Qlik Analytics mobile app, the same Intune policies continue to apply.
The Qlik Analytics mobile app supports the following Intune policy features:
Note:
The Qlik Analytics mobile app also requires the device web browser to complete sign-in, so your policy must allow browser access for authentication.
Use app configuration policies to provide the Qlik Analytics mobile app with the settings it needs to connect to your Qlik Cloud tenant.
Within an app configuration policy the following app configuration patterns can be used with the Qlik Analytics mobile app – these are applied as Key | Value pairs in the configuration settings
Managed Devices | iOS
App Configurations > Policy Name > Properties > Settings
Device enrolment type: Managed devices
Platform: iOS
--- two key/value pairs ---
Key: mdm
Value:
{ "policyName": "<Intune policy name>", "Accounts": [ { "name": "< tenant-name >", "url": "<qlikcloud URL>" }, { "name": " visible tenant name 1", "url": " < tenant-url > " } ] }
This JSON configures how the tenant connection for authentication to your Qlik Cloud environment:
Key: IntuneMAMOID
Value: {{userid}}
Managed Apps| Multiple Platforms
App Configurations > Policy Name > Properties > Settings
Device enrolment type: Managed Apps
Platform: iOS
--- one key/value pair ---
Key: mdm
Value:
{ "policyName": "<Intune policy name>", "Accounts": [ { "name": "< tenant-name >", "url": "<qlikcloud URL>" }, { "name": " visible tenant name 1", "url": " < tenant-url > " } ] }
This JSON configures how the tenant connection for authentication to your Qlik Cloud environment:
Thank you for all that informations.