We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb3742f commit 06fbbc1Copy full SHA for 06fbbc1
1. Desktop app calls Web API/TodoListClient/MainWindow.xaml.cs
@@ -75,7 +75,6 @@ public MainWindow()
75
InitializeComponent();
76
_app = PublicClientApplicationBuilder.Create(ClientId)
77
.WithAuthority(Authority)
78
- //Sets the default redirect URI to https://login.microsoftonline.com/common/oauth2/nativeclient for .NET Framework
79
.WithDefaultRedirectUri()
80
.Build();
81
0 commit comments