Single app registration in Azure for mobile app calling own backend
I want to authenticate users with Azure Active Directory (AD) in a mobile app that calls its own REST API and possibly, make it simple. Looks like the documented way (here or here) to do so is to register the…