This repository was archived by the owner on May 15, 2024. It is now read-only.

Description
Description
WebAuthenticator.AuthenticateAsync not closing Android browser
Steps to Reproduce
- Build out everything for using AuthenticateAsync.
- Login using (in my case) Okta
Expected Behavior
Login browser app should close.
Actual Behavior
It does not close. I had to set the callback activity to LaunchMode.SingleTask instead of the documented SingleTop in order to get back to the calling application. Otherwise, it stayed behind the browser.
Basic Information
- Version with issue: Xamarin.Essentials 1.5.3.2
- Last known good version: N/A
- IDE: VS 2019
- Platform Target Frameworks:
- iOS:
- Android: Android 10 (Q)
- UWP:
- Android Support Library Version:
- Nuget Packages:
- Affected Devices:
Screenshots
Reproduction Link