Skip to content

Commit

Permalink
Update iOSAppProvisioningProfile_Analysis.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
triplanedave authored Mar 5, 2024
1 parent 75dd13c commit 9d0dac4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,10 @@ Write-Host "Checking for AzureAD module..."

[System.Reflection.Assembly]::LoadFrom($adalforms) | Out-Null

$clientId = "d1ddf0e4-d672-4dae-b554-9d5bdfd93547"
# Using this authentication method requires a clientID. Register a new app in the Entra ID admin center to obtain a clientID. More information
# on app registration and clientID is available here: https://learn.microsoft.com/entra/identity-platform/quickstart-register-app

$clientId = "<replace with your clientID>"

$redirectUri = "urn:ietf:wg:oauth:2.0:oob"

Expand Down

0 comments on commit 9d0dac4

Please sign in to comment.