Azure CLI Create AD App with AllowImplicit
问题 Is there any way that I can create or modify an AzureAD App to allow the OAuth 2.0 Implicit flow via the Azure CLI 2.0? I'm able to create app registrations without issue using az ad app create 回答1: It does not look like the Azure CLI 2.0 exposes the OAuth2AllowImplicitFlow property to be set, however the Azure Active Directory PowerShell 2.0 does expose this property: -Oauth2AllowImplicitFlow Specifies whether this web application can request OAuth2.0 implicit flow tokens. The default is