You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditional Access Policies currently support Applications via the Portal:
However, when attempting to create a Conditional Access Policy For an Application, DSC throws an error. Looking at the error log, it appears that the Application Display Name is not supported. Replacing Display Name with Application Guid seems to fix this issue.
{
"error": {
"code": "BadRequest","message": "The server could not process the request because it is malformed or incorrect.","innerError": {
"message": "1054: Invalid applications value: TestApp123.","date": "2024-11-12T17:14:17","request-id": "d877caf0-0320-4239-85c4-48195c2cbd7c","client-request-id": "1f9150be-b56c-4d2f-a89d-2c6807b01586"
}
}
}
Environment Information + PowerShell Version
OsName : Microsoft Windows Server 2022 Datacenter
OsOperatingSystemSKU : DatacenterServerEdition
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 20348.1.amd64fre.fe_release.210507-1500
OsLanguage : en-US
OsMuiLanguages : {en-US}
The text was updated successfully, but these errors were encountered:
Description of the issue
Conditional Access Policies currently support Applications via the Portal:
However, when attempting to create a Conditional Access Policy For an Application, DSC throws an error. Looking at the error log, it appears that the Application Display Name is not supported. Replacing Display Name with Application Guid seems to fix this issue.
Microsoft 365 DSC Version
1.24.1106.3
Which workloads are affected
Azure Active Directory (Entra ID)
The DSC configuration
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered: