We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 851698c + 8d5d6e2 commit f7ec65eCopy full SHA for f7ec65e
1 file changed
TodoListClient/MainWindow.xaml.cs
@@ -34,9 +34,9 @@ namespace TodoListClient
34
public partial class MainWindow : Window
35
{
36
37
- // The Client ID is used by the application to uniquely identify itself to the v2.0 endpoint
38
- // The AAD Instance is the instance of the v2.0 endpoint
39
- // The Redirect URI is the URI where the v2.0 endpoint will return OAuth responses.
+ // The Client ID is used by the application to uniquely identify itself to the Microsoft identity platform endpoint
+ // The AAD Instance is the instance of the identity platform endpoint
+ // The Redirect URI is the URI where the identity platform endpoint will return OAuth responses.
40
// The Authority is the sign-in URL.
41
42
0 commit comments