Feb 23 2023 06:38 AM
Android - Azure AD Multi App Kiosk Device
Sorry for the bad image quality (policy not allowing screenshots)
Trying to configure so Edge auto-populates the account with the current logged in user.
I have tried multiple ways but not able to get this to work. Teams will auto sign-in with out any issues.
None of the values will work using JSON or Configuration designer.
First thing is if you use Configuration designer then the option Allow only Intune Accounts will fail with error no matter what you do. This is the same for the rest.
Using the variable {{userprincipalname}} for this settings will not work.
Sample JSON of values tested. All will fail.
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.emmx",
"managedProperty": [
{
"key": "com.microsoft.intune.mam.managedbrowser.PasswordSSO",
"valueBool": true
},
{
"key": "com.microsoft.intune.mam.managedbrowser.enableKioskMode",
"valueBool": true
},
{
"key": "com.microsoft.intune.mam.managedbrowser.account.syncDisabled",
"valueBool": true
}
]
}
Policy checked on the device in edge, results in Error - Unknown Policy
Mar 03 2023 05:51 PM
Having the same issues! Hope they or someone comes back with something soon! 🙂 @JimmyWork
Mar 05 2023 11:18 AM
Mar 07 2023 06:02 AM
Mar 28 2023 11:07 PM
Apr 01 2023 02:23 AM
Apr 01 2023 02:26 AM
Microsoft please implement whatever feature/function you added to Edge 111.0.1661.48 to the stable channel.
The version I mention auto signs in the user into Edge when using Sessions on Azure AD Shared Devices. However Beta program is full so I only have this working on my test device, this feature is crucial for SSO and making Edge main browser on Android tablets.
Apr 02 2023 11:54 PM
Hi @JimmyWork Can you describe more, what you did that it work for you?
..Auto signs in the user into Edge when using Sessions on Azure AD Shared Devices.
Can it work on Android Fully Manage?
Thanks
Apr 03 2023 04:57 AM
Apr 03 2023 05:32 AM
Apr 03 2023 08:10 AM
Apr 03 2023 10:41 AM
Apr 03 2023 11:01 PM
Apr 04 2023 05:01 AM
Apr 04 2023 09:25 AM
I have not included all settings like what apps are installed in the KIOSK screen etc.
Azure AD Shared Device - Multi App KIOSK
Device Configuration - Assigned to devices.
App Configuration policy - Managed Home Screen
Apps installed
OneDrive
Teams
Edge
---------------------
I do have a managed app config, but this only sets Edge startpage etc and does not need to be applied for this to work.
Apr 23 2024 05:35 AM