Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGN-IN PROCESS IN DROPBOX-SDK-DOTNET #301

Open
GiorgioITS opened this issue May 12, 2022 · 1 comment
Open

SIGN-IN PROCESS IN DROPBOX-SDK-DOTNET #301

GiorgioITS opened this issue May 12, 2022 · 1 comment
Labels

Comments

@GiorgioITS
Copy link

I tried SimpleTest and OAuthPKCE in the dropbox-sdk-dotnet package.
They work fine, however after the sign-in process, and even after the program has ended, the computer browser (Microsoft Edge) remains open on page 127.0.0.1. How can I programmatically close and dismiss it?
I also migrated the same test program in Xamarin - here the instruction System.Diagnostics.Process.Start(authorizeUri.ToString()); throws an exception and I replaced it with: await Xamarin.Essentials.Browser.OpenAsync(authorizeUri); But I have the same issues: the browser page remains open on page 127.0.0.1 after the sign-in process.

@greg-db
Copy link
Contributor

greg-db commented May 12, 2022

When processing the app authorization flow, the remaining page is expected unfortunately. I'll pass this along to the team as feedback to see if we can improve this in some way in the future, but I believe we don't have a way to close that page automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants