msal-flutter icon indicating copy to clipboard operation
msal-flutter copied to clipboard

Launching MS Authenticator

Open bkmadhoo opened this issue 4 years ago • 1 comments

PublicClientApplication.acquireToken does not launch MS Authenticator.

Info.plist already contains the following:

	<key>LSApplicationQueriesSchemes</key>
	<array>
		<string>msauthv2</string>
		<string>msauthv3</string>
	</array>

Please note that authentication works. It brings up the web-based login form even if Authenticator has been installed on the device.

The device is running iOS 13.3.1. MSAL version 1.0.7 has been pulled with CocoaPods.

Is there something that I am missing?

bkmadhoo avatar Mar 09 '20 10:03 bkmadhoo