I’m currently using AWS Amplify to log in to Azure AD in my iOS application. This approach gives me an authentication token that I use for my app’s authentication flow. However, now I need to integrate Microsoft Intune Mobile Application Management (MAM) into my app.
I understand that Intune SDK typically integrates with MSAL (Microsoft Authentication Library) to handle authentication. My question is:
- Is there a way to use the token obtained from AWS Amplify to configure Intune MAM in my application?
- If not, is switching to MSAL the only way to properly integrate Intune MAM?
I have explored the IntuneMAMEnrollmentManager and other parts of the SDK but could not find a direct method to enroll using an external token.
Any guidance on how to proceed would be greatly appreciated. Thanks!
Hoàng Hiệp Lê is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.