AzureAD / microsoft-authentication-library-for-dotnet

Microsoft Authentication Library (MSAL) for .NET
https://aka.ms/msal-net
MIT License
1.36k stars 330 forks source link

[Feature Request] Privacy Page open by Iexplore.exe #4823

Closed LKMMKL closed 3 days ago

LKMMKL commented 3 days ago

Library version used

4.61.3

.NET version

.Net Framework 4.7.2 OS 22631.3737

Scenario

PublicClient - desktop app

Is this a new or an existing app?

The app is in production, and I have upgraded to a new version of MSAL

Issue description and reproduction steps

  1. Fill in username and password。Click Next.
  2. Click privacy link in permission confirmation page.
  3. The web page open in Iexplore.exe

2H_F_2@$XN4CMDVH8C)~GPR BJKB)O1K2IB4}@7}IA@I61W

Relevant code snippets

No response

Expected behavior

The IE browser has expired, I would like to replace it with Edge. Can it be implemented at the API level? I haven't seen any relevant documentation.

Identity provider

Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)

Regression

No response

Solution and workarounds

No response

bgavrilMS commented 3 days ago

This is a service error, MSAL dosn't control the auth content.

Suggestion is to use WAM https://aka.ms/msal-net-wam

LKMMKL commented 3 days ago

Sorry, I don't understand the meaning of the service error. Does it mean that this operation was not performed by this library?