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
For the resource "AADAuthenticationFlowPolicy", the Set-TargetResource method does not work.
If I set SelfServiceSignUpEnabled = $False, I got the following error message;
Could you please fix it?
Sorry, I didn't get the time to test it on the last version, but I didn't see any update for this resource since the version 1.25.129.3.
Microsoft 365 DSC Version
1.25.129.3
Which workloads are affected
Azure Active Directory (Entra ID)
The DSC configuration
# Generated with Microsoft365DSC version 1.25.129.3# For additional information on how to use Microsoft365DSC, please visit https://aka.ms/M365DSCparam (
)
ConfigurationDEV-M365Tenant-AAD-AADAuthenticationFlowPolicy
{
param (
)
$OrganizationName=$ConfigurationData.NonNodeData.OrganizationNameImport-DscResource-ModuleName 'Microsoft365DSC'-ModuleVersion '1.25.129.3'
Node localhost
{
# For information on how to use this resource, please refer to:# https://github.com/microsoft/Microsoft365DSC/wiki/AADAuthenticationFlowPolicy
AADAuthenticationFlowPolicy "AADAuthenticationFlowPolicy"
{
ApplicationId =$ConfigurationData.NonNodeData.ApplicationId;
CertificateThumbprint =$ConfigurationData.NonNodeData.CertificateThumbprint;
Description ="Authentication flows policy allows modification of settings related to authentication flows in AAD tenant, such as self-service sign up configuration.";
DisplayName ="Authentication flows policy";
Id ="authenticationFlowsPolicy";
IsSingleInstance ="Yes";
SelfServiceSignUpEnabled =$False;
TenantId =$OrganizationName;
}
}
}
DEV-M365Tenant-AAD-AADAuthenticationFlowPolicy -ConfigurationData .\ConfigurationData.psd1
Verbose logs showing the problem
Environment Information + PowerShell Version
The text was updated successfully, but these errors were encountered:
Description of the issue
Hello,
For the resource "AADAuthenticationFlowPolicy", the Set-TargetResource method does not work.
If I set SelfServiceSignUpEnabled = $False, I got the following error message;
Could you please fix it?
Sorry, I didn't get the time to test it on the last version, but I didn't see any update for this resource since the version 1.25.129.3.
Microsoft 365 DSC Version
1.25.129.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: