I have created Azure enterprise app (MyABCAzureApp) using my organisation domain abc.com and integrated client id , redirect URL in my mobile iOS app.
My mobile app can be used by other organisation like pqr.com, xyz.com. Now Admin of other organisation need to add MyABCAzureApp in their Azure portal. And let say other organisation's Admin grant permission for my MyABCAzureApp Azure app and users of that organisation able to use mobile application. Is this Azure workflow understanding correct for other organisation?
- Asan Azure app owner, what kind of other organisation data I can access?
- How Azure app make sure privacy of other organisation data like user info, organisation data, etc?
- Any document provided by Microsoft for privacy between organisation?
The workflow you describe is essentially correct. Depending in the scopes that your app asks for, admin consent may not be required. Individual users may be able to provide consent the first time that they log in. Admin consent does give a nicer user sign in experience and may be required if your app asks for "admin consent required" scopes.
The answers to your specific questions are: