Skip to content

Instantly share code, notes, and snippets.

@SibeeshVenu
Last active February 8, 2021 10:51
Show Gist options
  • Save SibeeshVenu/776c866e848b686b02f0971cc8866695 to your computer and use it in GitHub Desktop.
Save SibeeshVenu/776c866e848b686b02f0971cc8866695 to your computer and use it in GitHub Desktop.
$appName = "appname"
$appUri = "appuri"
$appHomePage = "homepageuri"
$myAdApp = New-AzureADApplication -DisplayName $appName -Oauth2AllowImplicitFlow $true -AvailableToOtherTenants $true -IdentifierUris $appUri -HomePage $appHomePage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment