I'm trying to deploy the platform using deploy.ps1 and it seems to work, but I cannot login to the engineering tool web app. I get the following message:
my-test-iiot needs permission to access resources in your organization that only an admin can grant. Please ask an admin to grant permission to this app before you can use it.
What should I do?
The issue is related to the application registrations in Azure Active Directory that are needed to authenticate. Basically we recommend three different options:
aad-register.ps1
that the AAD-Admin can execute to create the necessary application registrations and grant consent automatically.See Deploying Azure Industrial IoT Platform and dependencies for more information.