Is your feature request related to a problem? Please describe.
Many companies have conditional access policies and other strict limitations on MSAL-based authentication. Without broker, users trying to use ActiveDirectoryPassword are blocked if the customer has any CAPS related to machine state like "domain joined".
Some companies even plan to disable non-broker-based authentication flows to access their resources.
Describe the solution you'd like
The default implementation of the Entra auth flows that can use broker should do so in environments where broker is available.