Forum Discussion
JimmyWork
Feb 23, 2023Iron Contributor
Android Edge (Auto populate account sign-in)
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...
Sidnei
Microsoft
Apr 15, 2025I discovered that the key name changed for some reason. Use this updated JSON:
{
"kind": "androidenterprise#managedConfiguration",
"productId": "app:com.microsoft.emmx",
"managedProperty": [
{
"key": "UserUPN",
"valueString": "{UserPrincipalName}"
}
]
}