--- title: DeveloperSetup DDF file description: This topic shows the OMA DM device description framework (DDF) for the DeveloperSetup configuration service provider. This CSP was added in Windows 10, version 1703. ms.date: 12/05/2017 --- # DeveloperSetup DDF file This topic shows the OMA DM device description framework (DDF) for the DeveloperSetup configuration service provider. This CSP was added in Windows 10, version 1703. Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-ddf.md). The XML below is the current version for this CSP. ```xml ]> 1.2 DeveloperSetup ./Device/Vendor/MSFT com.microsoft/1.0/MDM/DeveloperSetup EnableDeveloperMode False Enables developer mode on the device EnableDeveloperMode text/plain DevicePortal Authentication Specifies characteristics of the authentication mechanism used for the Windows Device Portal. Authentication Mode Describes the mode of authentication used when making requests to the Device Portal. Mode text/plain BasicAuth Describes credentials used for basic authentication BasicAuth Username Describes the username to use when performing basic authentication with the Windows Device Portal Username text/plain Password Describes the password to use when authenticating requests against the Windows Device Portal Password text/plain Connection Connection HttpPort Configures the HTTP port for incoming connections to the Device Portal Service. HttpPort text/plain HttpsPort Configures the HTTPS port for incoming connections to the Device Portal Service. HttpsPort text/plain ```