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: articles/active-directory/develop/sample-v2-code.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
@@ -83,7 +83,7 @@ The following samples show public client desktop applications that access the Mi
83
83
> | Java |[Call Microsoft Graph](https://github.com/Azure-Samples/ms-identity-java-desktop/)| MSAL Java | Integrated Windows authentication |
84
84
> | Node.js |[Sign in users](https://github.com/Azure-Samples/ms-identity-javascript-nodejs-desktop)| MSAL Node | Authorization code with PKCE |
85
85
> | Powershell |[Call Microsoft Graph by signing in users using username/password](https://github.com/azure-samples/active-directory-dotnetcore-console-up-v2)| MSAL.NET | Resource owner password credentials |
86
-
> | Python |[Sign in users](https://github.com/Azure-Samples/ms-identity-python-desktop)| MSAL Python |Authorization code with PKCE|
> | Universal Window Platform (UWP) |[Call Microsoft Graph](https://github.com/Azure-Samples/active-directory-xamarin-native-v2/tree/main/2-With-broker)| MSAL.NET | Web account manager |
88
88
> | Windows Presentation Foundation (WPF) |[Sign in users and call Microsoft Graph](https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/tree/master/2.%20Web%20API%20now%20calls%20Microsoft%20Graph)| MSAL.NET | Authorization code with PKCE |
89
89
> | XAML |•[Sign in users and call ASP.NET core web API](https://github.com/Azure-Samples/active-directory-dotnet-native-aspnetcore-v2/tree/master/1.%20Desktop%20app%20calls%20Web%20API) <br/> •[Sign in users and call Microsoft Graph](https://github.com/azure-samples/active-directory-dotnet-desktop-msgraph-v2)| MSAL.NET | Authorization code with PKCE |
0 commit comments