Make browser auth app id optional

This commit is contained in:
2026-04-08 19:10:45 +02:00
parent 239e3ec16e
commit 9dace83cff
6 changed files with 21 additions and 13 deletions

View File

@@ -7,7 +7,6 @@ param(
[Parameter(Mandatory = $true)]
[string]$TenantId,
[Parameter(Mandatory = $true)]
[string]$AppId,
[string]$Secret,

View File

@@ -7,7 +7,6 @@ param(
[Parameter(Mandatory = $true)]
[string]$TenantId,
[Parameter(Mandatory = $true)]
[string]$AppId,
[string]$Secret,