Microsoft Entra ID
Conditional Access

Clean broker state including certificates (requires sudo)

In brief

Microsoft Single Sign-on for Linux version 2.0.2 and later uses Microsoft Entra join for device trust instead of device registration. The documentation also adds MSAL integration support guidance and updates device removal terminology.

What Entra admins need to know

Administrators upgrading affected users must allow them through Entra admin center > Devices > Device settings > Users may join devices to Microsoft Entra.

This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

Features

This feature empowers users on Linux desktop clients to registerjoin their devices with Microsoft Entra ID, enroll into Intune management, and satisfy device-based Conditional Access policies when accessing their corporate resources.

  • Provides Microsoft Entra ID registration & enrollment of Linux desktops
  • Provides SSO capabilities for native and web applications (for example, Azure CLI, Microsoft Edge, Teams PWA) to access Microsoft 365 and Azure protected resources
  • Microsoft Entra ID tenant
  • User accounts synchronized with or created in Microsoft Entra ID
  • Appropriate licensing for conditional access policies (if applicable)
  • Device settings in the Entra portal must have Users may join devices to Microsoft Entra configured for the target users.

Screenshot of the device settings pane in the Entra portal focusing on the required setting for users may join devices using Microsoft Entra.

Single Sign-on (SSO) experience



UnregisterUnjoin device using dsregc

With the release of 2.5.x of the microsoft-identity-broker, we've included a new utility called the dsreg tool that allows you to manage your device's registration with Microsoft Entra ID.

To unregisterunjoin your device from Microsoft Entra ID using the dsreg tool, run the following command in your terminal, replacing <tenant-guid> with your Microsoft Entra ID tenant GUID:

sudo dsreg --tenant-id <tenant-guid> --unregister

If your system gets into a bad state and you want to clean all local registration data and key material, you can use the `--cleanup` option with the `dsreg` tool. This utility mode is useful in scenarios where you want to ensure that all local traces of the Microsoft Identity Broker are removed from the device, such as when troubleshooting or preparing the device for a new user.

To unregisterunjoin and remove any key material using the dsreg tool, run the following command in your terminal:

```bash
# Clean broker state including certificates (requires sudo)
---
## 

Related Content

For more information, see the following Intune documentation:

Daily Entra.News

Get daily email updates

Get a concise summary of the latest Microsoft Entra updates delivered straight to your inbox.

Loading the secure signup form…