An Azure service that is used to automate, configure, and install updates across hybrid environments.
Hi
Finally I was able to authenticate using:
Connect-AzureAD -CertificateThumbprint $thumbprint -ApplicationId $applicationId -TenantId $tenantId -Confirm
However when running a get-AzureADApplication I get:
Get-AzureADApplication
Get-AzureADApplication : Error occurred while executing GetApplications
Code: Authorization_RequestDenied
Message: Insufficient privileges to complete the operation.
RequestId:
DateTimeStamp: xxxxxxxxxxxxx
HttpStatusCode: Forbidden
HttpStatusDescription: Forbidden
HttpResponseStatus: Completed
At line:1 char:1
+ Get-AzureADApplication
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-AzureADApplication], ApiException
+ FullyQualifiedErrorId : Microsoft.Open.AzureAD16.Client.ApiException,Microsoft.Open.AzureAD16.PowerShell.GetApplication
On the App Reg I granted API Permissions as:
That should suffice no?
Thanks, M