You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ServiceClient(string connectionstring) with OAuth and LoginPromt = Auto does not have CancellationToken
And is waits for System Browser to complete indefinately so There should be either a wait duration setting or a cancellationtoken parameter (optional maybe)
The text was updated successfully, but these errors were encountered:
In my scenario, if the user accidentally closes the sign-in system browser, it waits for ever for a request to localhost.
And I can not use config based construct (afaik) because I only have connection string.
ServiceClient(string connectionstring) with OAuth and LoginPromt = Auto does not have CancellationToken
And is waits for System Browser to complete indefinately so There should be either a wait duration setting or a cancellationtoken parameter (optional maybe)
The text was updated successfully, but these errors were encountered: