-ac and -ar parameters will become required in version 21.0.0 #136
Replies: 3 comments 2 replies
|
Can you please let us know if an application does not require a sign-in to a corporate M365 account, how can we skip the requirement for MSAL authentication and still apply the Intune SDK (via wrapping or integrated into the app code)? Some custom applications might be wrapped simply to provide the Intune SDK and allow it to share data with other Intune App Protected applications, however the app may not necessarily require the user to log into a M365 account. Thanks, |
|
Nick (@Lorhaft) - This is not supported. MSAL is a required dependency of the Intune SDK. MAM policies are targeted to Entra accounts + client applications. In order for the Intune service to identify the correct policies to deliver to the application, the user must authenticate and enroll into MAM with a valid Entra account. |
|
Hello Kyle Reis (@Kyle-Reis) I’m currently using this tool. Also, regarding the apps we have created so far using the old version of the tool — will we be able to continue using them without updating? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Since the 17.6.0 release of the Intune app wrapping tool for iOS in 2023, the tool has generated a warning when either the "-ac" or "-ar" options are not specified. These parameters will become required in the 21.0.0 release of the wrapping tool. The "-ac" and "-ar" parameters are used to specify the Entra client ID and redirect URI for the application, respectively. If your application has not yet been registered in Entra, please follow these instructions to create a registration and ensure the app can be successfully wrapped with version 21.0.0+ of the Intune app wrapping tool. Make sure to also grant your application access to the Intune MAM service within any tenants where it is used. If your application is registered as a single-tenant app and will only be used within a single tenant, then you should also specify the "-aa" option when wrapping to provide the authority URI for the tenant. The 21.0.0 release of the Intune app wrapping tool for iOS will be available in September of 2025. If you have any questions or concerns, please file an issue or reply directly to this announcement.
All reactions