Cannot set “preAuthorizedApplications” object in new App registrations module through Azure Powershell
问题 Short Scenrario : A muti tenant front end javascript (React.JS) Web Application calls a multi tenant ASP.NET Core 2.2 WebAPI from the browser. Authentication: ADAL.js in the front end app takes care of getting a token from either AzureAD1 or AzureAD2 or AzureAD3... when the User signs-in (based on the User's original Azure Active Directory). The User gives consent to the front end Web App ( scope: Sign in and read user profile ) which is delegated to the WebAPI too. ( meaning the user does