microsoftconnect / intune-app-wrapping-tool-android

Use the Intune App Wrapping Tool for Android to enable Android apps to be managed by Microsoft Intune
29 stars 11 forks source link

Brokered authentication does not work with target/compile SDK set to 30 #49

Closed ryandegruyter closed 3 years ago

ryandegruyter commented 3 years ago

Describe the bug:

Brokered authentication with Microsoft Company portal works with:

But when I change it to

Instead, a Microsoft login page is opened and device management state can't be retrieved during auth.

To Reproduce See above

Expected behavior: Brokered authentication still works.

Screenshots and logs: Before (SDK 29):

After (SDK 30):

Smartphone (please complete the following information):

Intune app wrapping tool (please complete the following information):

rygo-msft commented 3 years ago

Hi @ryandegruyter, The App Wrapping Tool doesn't make any changes to app authentication, so I wouldn't expect it to cause any issues. Are you using ADAL or MSAL for authentication? Auth logs would help to diagnose the issue.

ryandegruyter commented 3 years ago

hi @rygo-msft, it might have been a misconfig from our side. We moved away from the wrapper and started integrating the SDK which gives us better results.