Skip to content

Android iOS Emulator with MSAL

jennyf19 edited this page Oct 1, 2020 · 2 revisions

The MSAL .NET team recommends testing with an Android or iOS device whenever possible, as there are subtle differences between authentication with an emulator and a device.

Some of those issues are documented here in the native Android MSAL library wiki.

Also, for iOS, there are differences between SSO and accessing keychain when using an emulator or a device. Before opening an issue or reporting a bug, please see if the issue replicates on a device.

Getting started with MSAL.NET

Acquiring tokens

Web Apps / Web APIs / daemon apps

Desktop/Mobile apps

Advanced topics

FAQ

Other resources

Clone this wiki locally