Msal Error >> Failed To Acquire Token Silently From Broker
I have an Azure Active Directory set up, and I created an application where I obtained the tenant ID and client ID. In a C# console application, I use MSAL for authentication. If I use interactive mode, the Microsoft login window appears, and I can log in normally. However, my goal is to perform the login silently using the account that is currently logged into Windows. In this case, it’s a Microsoft account, and the email associated with this account belongs to the Active Directory. Nevertheless, I’m encountering an error: