MSAL InTune authentication issue with "Account credentials for access" App Privacy Policy. #473
-
We have an iOS application that uses the InTune SDK with MSAL authentication and works in most cases. In the InTune Admin Center app protection policy, If the user sets the "Work or school account credentials for access" option to "Required" we are having issues. Normally we authenticate users via MSAL SDK using When InTune runs this additional authentication, is there any callback or delegate method that we can listen to in order to know when that operation is complete? I've tried conforming to this delegate, but it only seems to be called when manually prompting for authentication via MSAL. https://learn.microsoft.com/en-us/entra/identity-platform/tutorial-v2-ios#handle-the-sign-in-callback-ios-only |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no delegate or callback for PIN, auth or other conditional launch policy enforcement. However, in the case of an app launch or foregrounding, Intune should delay app lifecycle notifications (didFinishLaunching, didEnterForeground, etc.) until conditional launch checks have completed to avoid potential issues. |
Beta Was this translation helpful? Give feedback.
There is no delegate or callback for PIN, auth or other conditional launch policy enforcement. However, in the case of an app launch or foregrounding, Intune should delay app lifecycle notifications (didFinishLaunching, didEnterForeground, etc.) until conditional launch checks have completed to avoid potential issues.