active-directory-xamarin-native-v2
active-directory-xamarin-native-v2 copied to clipboard
This is a simple Xamarin Forms app showcasing how to use MSAL.NET to authenticate work or school and Microsoft personal accounts with the Microsoft identity platform, and access the Microsoft Graph wi...
https://github.com/Azure-Samples/active-directory-xamarin-native-v2/tree/master/1-Basic I see two distinct issues: 1. Configure1.ps is broken. It searches for clientID: "7d8cef0-4145-49b2-a91d-95c54051fa3f" wile source files use now "4a1aa1d5-c567-49d0-ad0b-cd957a47f842" as a result script doesn't do its work. 2....
We use custom URL scheme for the app other than Authenticator (Broker). When we launch the app from custom URL then app tries to open but crashes while opening in...
[Enhancement] Improve the UI of the WithBroker sample on UWP to leverage the OperatingSystemAccount, and propose to switch the account. See also https://github.com/Azure-Samples/active-directory-dotnet-desktop-msgraph-v2/pull/60
Draft PR with MAUI README files using Microsoft Graph library.
Hi, I'm experiencing the same issues as in #108 even though I'm using the latest version of the sample (incl. MSAL 4.47.2). I'm implementing the Broker scenario. MainActivity.cs ``` [Activity(Theme...
Prevent Intune Sample from running in Android in Debug mode. Intune Android does not run in debug mode. Add an assert letting developer know about it.
When I try to load the basic-1 sln in VS.NET, it starts the load (up to 3rd project) and then VS.NET aborts. I am able to create new and open...
I have followed the MAUI sample and it works fine on Android, however, on iOS, I get the following exception:  I have...