Intune wrapping tool with Azure AD SSO

TechProductMan 1 Reputation point
2020-06-25T23:29:23.387+00:00

Hi all,

My company is using some third party vendor apps for work. However, we don't have the source codes of the apps and only have the .ipa and .apk. We are using the intune wrapper so that we can management the applications on our employees' devices. However, we are also using the SSO from Azure AD to authenticate. Does the intune wrapper support SSO through SAML? or do I need to request the vendor to install the intune SDK on the apps?

Thank you so much in advance!

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,559 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Saurabh Sharma 23,751 Reputation points Microsoft Employee
    2020-06-30T00:58:42.833+00:00

    @TechProductMan Intune wrapper doesn't support it on it own. You however need to use the MSAL or ADAL along with Intune SDK to integrate your application with Azure AD Authentication and to implement SSO. Please refer to the Configure ADAL/MSAL which provides you details. Also, it is also recommended use MSAL instead of ADAL as MSAL is the new library for implement Azure AD authentication to applications.

    (Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.)