Azure-Samples / active-directory-dotnet-windows-store

A Windows Store 8.1 or Windows 10 (UWP) application that uses Azure AD and the ADAL library to authenticate the user and call a web API using OAuth 2.0 access tokens.
16 stars 12 forks source link

Integrating a Windows Universal application the Microsoft identity platform

There's a newer version of this sample taking advantage of the Microsoft identity platform (formerly Azure AD v2.0) Check it out: https://github.com/azure-samples/active-directory-xamarin-native-v2

If you really need to access this Azure AD v1.0, you can navigate to the master branch, but please know that it's no longer supported.