-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
Description
Device code flow is blocked by many corporations that have Intune managed devices. The reason they block Device Code flow is because it is possible to run an app on an unmanaged device, but then do the device code flow handshake on a managed device, therefore circumventing the conditional access policy.
It is my understanding that MSAL.NET supports interactive flow cross platform, so we should investigate enabling this so that users can use our PowerShell modules in these Intune Managed environments.
AB#8122
peombwa