Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inputValidationRunbook failures #19

Open
ohwellwhatever opened this issue Nov 6, 2020 · 1 comment
Open

inputValidationRunbook failures #19

ohwellwhatever opened this issue Nov 6, 2020 · 1 comment

Comments

@ohwellwhatever
Copy link

I have set up a test environment on my MSDN sub with Azure AD DS, and can deploy WVD without issue in the portal. But every time I try to deploy the quickstart and supplying the same credentials it fails with:

Connect-AzureAD : One or more errors occurred.: unknown_user_type: Unknown User Type At line:57 char:3 + Connect-AzureAD -Credential $domainCredentials + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : AuthenticationError: (:) [Connect-AzureAD], AadAuthenticationFailedException + FullyQualifiedErrorId : Connect-AzureAD,Microsoft.Open.Azure.AD.CommonLibrary.ConnectAzureAD

and then

Invalid domain join username or password entered - Connecting to Azure AD failed. + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException

@stgeorgi
Copy link
Owner

stgeorgi commented Nov 8, 2020

Can you please share the output of the Automation runbook...Also is the account MFA enabled? Also is the account OAuth?
The way WVD quickstart works (that is different from standard deploy) is that we do not pick up the context of the ARM account? Hence we rely on the validation which right now is failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants