provision-assist-m365 icon indicating copy to clipboard operation
provision-assist-m365 copied to clipboard

Unable to create Azure AD App

Open rahulsnc3it opened this issue 10 months ago • 2 comments

Description

aunching Azure sign-in... az : WARNING: A web browser has been opened at https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize. Please continue the login in the web browser. If no web browser is available or if the web browser fails to open, use device code flow with az login --use-device-code. At C:\provision-assist-m365-Latest\Source\Scripts\createazureadapp.ps1:133 char:13

  • $cliLogin = az login
  •         ~~~~~~~~
    
    • CategoryInfo : NotSpecified: (WARNING: A web ...e-device-code`.:String) [], RemoteException
    • FullyQualifiedErrorId : NativeCommandError

image

Steps to reproduce

1.Execute createazureadapp.ps1 file 2. 3.

Expected results

App should have been created in Azure AD

Actual Results

image

Solution component

Deployment Script

Operating system (environment)

Windows

Additional Info

Unable to execute createazureadapp.ps1 powershell

rahulsnc3it avatar Sep 25 '23 13:09 rahulsnc3it