In this post, we will see and learn about the Disallow Digest Authentication Using Intune. We will apply Disallow Digest Authentication Policy Using Intune. We will make use of Configuration Profiles from Intune to implement this policy.
Disallow Digest Authentication Policy is a security configuration setting that can be enforced using Microsoft Intune, a cloud-based endpoint management solution. It helps protect your organization’s resources by preventing the use of Digest Authentication for accessing various services and applications.
Digest Authentication is a method used for authentication in web-based applications. It involves the exchange of a hashed password between the client and the server, which provides a level of security. However, Digest Authentication has certain vulnerabilities that make it less secure compared to other authentication methods like Kerberos or NTLM.
By enforcing the Disallow Digest Authentication policy using Intune, you can ensure that devices managed by Intune do not use Digest Authentication when accessing resources. This policy can be applied to various platforms, including Windows, macOS, iOS, and Android, allowing you to maintain a consistent security posture across different devices.
Intune provides granular control over policy configuration. You can choose to apply the policy to specific platforms, device groups, or individual devices, allowing you to tailor the policy enforcement based on your organization’s requirements.
- Scan all downloaded files and attachments Policy Using Intune
- Do not Delete Temp Folders upon Exit Security Policy using Intune
Windows CSP Details DisallowDigestAuthentication
We will see Windows CSP Details for this Policy setting DisallowDigestAuthentication. The Disallow Digest Authentication policy aims to improve the security posture of your organization by prohibiting the use of Digest Authentication. By doing so, it helps prevent potential security vulnerabilities associated with this authentication method.
The Disallow Digest Authentication policy can be applied to various platforms, including:
- Windows: Devices running Windows 10 or later.
- macOS: Mac computers running macOS.
- iOS: iPhones and iPads running iOS.
- Android: Android devices.
CSP URI – ./Device/Vendor/MSFT/Policy/Config/RemoteManagement/DisallowDigestAuthentication
Disallow Digest Authentication Using Intune
To apply Disallow Digest Authentication Policy Using Intune, follow the steps stated below:
- Sign in to the Intune Admin Center portal https://intune.microsoft.com/.
- Select Devices > Windows > Configuration profiles > Create a profile.
In Create Profile, Select Windows 10 and later in Platform, and Select Profile Type as Settings catalog. Click on Create button.
Platform | Profile Type |
---|---|
Windows 10 and later | Settings Catalog |
On the Basics tab pane, provide a name for the policy as “Disallow Digest Authentication Policy.” Optionally, you can enter a description for the policy, and then proceed by selecting “Next.”
Now in Configuration settings, click Add Settings to browse or search the catalog for the settings you want to configure.
In the Settings Picker windows, search by the keyword Digest Authentication, among two, you will see Administrative Templates\Windows Components\Windows Remote Management (WinRM)\WinRM Client, and select this.
When you select the option as stated above, you will see only one setting, which is Disallow Digest authentication. After selecting your setting, click the cross mark at the right-hand corner, as shown below.
Now, in the Administrative Templates, Enabled the Disallow Digest authentication, as shown below in the image.
Using Scope tags, you can assign a tag to filter the profile to specific IT groups. One can add scope tags (if required) and click Next to continue. Now in Assignments, in Included Groups, you need to click on Add Groups, choose Select Groups to include one or more groups, and click Next to continue.
In the Review + Create tab, you need to review your settings. After clicking on Create, your changes are saved, and the profile is assigned.
An automatic notification will be displayed in the top right-hand corner to indicate the successful creation of the “Disallow Digest Authentication Policy.“ Additionally, you can verify its presence by checking the Configuration Profiles list, where the policy will be clearly visible.
Your groups will receive your profile settings when the devices check in with the Intune service. The Policy applies to the device.
Intune Report for Disallow Digest Authentication Policy Using Intune
From Intune Portal, you can view the Intune settings catalog profile report, which provides an overview of device configuration policies and deployment status.
To monitor the assignment of the policy, you must choose the appropriate policy from the list of Configuration Profiles. You can check the device and user check-in status to see if the policy has been successfully applied. If you wish to view more information, you can click on “View Report” to see additional details.
Intune MDM Event Log
To ascertain the successful application of String or integer policies on Windows 10 or 11 devices using Intune, event IDs 813 and 814 can be utilized. By analyzing these event IDs, you can identify both the policy’s application status and the specific value associated with the applied policy on those devices. For this specific policy, the value is a string and is associated with event ID 814.
To confirm this, you can check the Event log path – Applications and Services Logs – Microsoft – Windows – Devicemanagement-Enterprise-Diagnostics-Provider – Admin.
MDM PolicyManager: Set policy string, Policy: (DisallowDigestAuthentication), Area: (RemoteManagement), EnrollmentID requesting merge: (4009A089-4FBA-482B-9D17-9E5A8428CB98), Current User: (Device), String: (<enabled />), Enrollment Type: (0xD), Scope: (0x0).
Upon examining the above-mentioned log in the Event Viewer, you will discover crucial details such as the Area and Enrollment ID. These pieces of information are instrumental in identifying the registry path. To find the relevant information, kindly refer to the table provided below:
Area | Policy | String | Scoped | Event ID |
---|---|---|---|---|
RemoteManagement | DisallowDigestAuthentication | Enabled | Device | 814 |
The information provided in the above table for Disallow Digest Authentication Policy Using Intune can be utilized to access the registry settings storing group policy configurations on a target computer. By running “REGEDIT.exe” on the target computer, you can navigate to the specific registry path where these settings are stored.
- Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PolicyManager\providers\4009A089-4FBA-482B-9D17-9E5A8428CB98\default\Device\RemoteManagement
When you navigate to the above path in the Registry Editor, you will find the registry key with the name DisallowDigestAuthentication. Refer to the table and image below.
Registry Name | Value |
---|---|
DisallowDigestAuthentication | Enabled |
Author
Abhinav Rana is working as an SCCM Admin. He loves to help the community by sharing his knowledge. He is a B.Tech graduate in Information Technology.