Api Setup
API Setup
With most web-based applications, the user flows works on a redirect basis.
This will let Azure take care of the access and rights by default.
When mobile developers require the API integration however, there may be some configuration that needs to take place.
Within the current scope of development APIs, the iOS development seems to work without any additional configuration.
For Android development, we have had to use the Microsoft Graph API which requires the registration of a Graph management application and API integration.
Please refer to this article for more information.
Next Step – Custom Domains
Last modified August 5, 2021: Folder Structure (9fb8f9f)