Having problems when user login to a Windows Forms C# application using Auth0

Our .NET framework based desktop App that runs on Windows OS currently authenticates with Auth0 using the integrated Auth0.OidcClient.WinForms package.
However, when the “IE Enhanced Security Configuration” is enabled, the login window does not get displayed at all and instead error message is displayed.
Can you please let us know what are the options to address this? Is it possible to use a different browser (eg: chromium) with Auth0.OidcClient.WinForms?