Cordova plugin for authentication using Azure Mobile Apps server flow
cordova plugin add --local ../../cordova-plugin-ms-azure-easyauth --link --variable EASYAUTH_APPID=REPLACE_THIS_WITH_EASY_AUTH_ID
cordova platform add ios
cordova run ios
Note the REPLACE_THIS_WITH_EASY_AUTH_ID string in the above commands. You need to replace this with the appropriate value before running the commands.