To enable custom policies in your Azure AD B2C tenant and remove the B2CBasicPoliciesOnly restriction, you will need to ensure that your tenant is configured to support custom policies. This restriction typically indicates that the tenant is currently set to only allow basic policies.
Unfortunately, I cannot directly remove the B2CBasicPoliciesOnly restriction for you, as this is a configuration that must be managed through the Azure portal or by contacting Microsoft support for assistance. Here are some steps you can take:
- Check Tenant Settings: Ensure that your Azure AD B2C tenant is set up to allow custom policies. You may need to switch to a different policy configuration in the Azure portal.
- Contact Support: If you are unable to change this setting yourself, consider reaching out to Microsoft support for assistance in removing the restriction.
- Documentation Review: Review the Azure AD B2C documentation for any prerequisites or steps needed to enable custom policies in your specific tenant configuration.
Implementing custom policies for passwordless authentication will require that your tenant settings allow for such configurations.
References: