You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: msal-dotnet-articles/acquiring-tokens/using-web-browsers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ For more details, see [Localhost exceptions](/azure/active-directory/develop/rep
96
96
97
97
### Linux and macOS
98
98
99
-
On Linux, MSAL.NET opens the default system browser with a tool like [xdg-open](https://manpages.ubuntu.com/manpages/jammy/man1/xdg-open.1.html). Opening the browser with `sudo` is unsupported by MSAL and will cause MSAL to throw an exception.
99
+
On Linux, MSAL.NET opens the default system browser with a tool like [xdg-open](https://manpages.ubuntu.com/manpages/questing/en/man1/xdg-open.1.html). Opening the browser with `sudo` is unsupported by MSAL and will cause MSAL to throw an exception.
100
100
101
101
On macOS, the browser is opened by invoking `open <url>`.
0 commit comments