microsoftconnect / intune-app-wrapping-tool-ios

This is the software for the Intune App Wrapping Tool for iOS.
55 stars 12 forks source link

App Not Set Up when using parameters aa, ac and ar #103

Closed anste closed 7 months ago

anste commented 1 year ago

We are trying to deploy a wrapped Apache Cordova iOS app. Until now this works as expected but Microsoft announced that an AAD app-registration becomes mandatory by end of August 2023 (MC513662 and MC547638). So we created the App-Registration and added the parameters -aa, -ac and -ar before wrapping:

aa: https://login.microsoftonline.com/ ac: ar:

Now we get the following message:

App Not Set Up: This app has not been set up for you to use. Contact your IT administrator for help.

To me it is unclear whether it is mandatory for the app to implement MSAL? The app uses another identity provider for authentication. I have no access to the AAD configuration but maybe you can give hints I can forward.

chadseippel commented 1 year ago

Hello @anste . The error message suggests a possible configuration mismatch. Can you gather logs (they can be gathered in the wrapped apps iOS settings), and send them to chseippe@microsoft.com? Also please verify that your aa, ac and ar, values match the values in your app registration created in Azure portal.

anste commented 1 year ago

Hello @chadseippel thank you for your response! What do we have to configure for "ar"? We can use a custom URL-scheme but AAD doesn't let us configure an URL other than https or localhost.

ShruthiAchutha commented 7 months ago

Closing stale issues. Please reopen if you still need help with this.