Login browser stays open after successfully login on Android

Hello,
I’m using Auth0 package in Xamarin Android and the browser stays open after successfully login when I close the app. I followed the steps in Xamarin Quickstarts documentation but it’s still happening.

Details:

  • Auth0 version: 3.2.4
  • Xamarin Forms version: 5.0.0.2337

I would like to know if there is any workaround to avoid that.
Thanks.

Hi @junior.saravia,

Thanks for the feedback. If this is a bug report you may want to create an issue in the GH repo: GitHub - auth0/auth0-oidc-client-net: OIDC Client for .NET Desktop and Mobile applications

Hi @dan.woda
I created a bug report in the following links related to this issue:

seems like this problem is still happening.
i am creating a new maui app with dot net 8 and i am using the auth0client nuget package v1

i am able to login and logout and so far it looks like my token managment works so that i can re-open the app and not have to do a full login each time.

but the windows and android devices keep the browser windows open with the login dialog from auth0 - seems like the auto0 client does not signal the browser to close the window when they are done with it.