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
Yes, so it's more similar to the WebApiClient login, using
// create a redirect URI using an available port on the loopback address.
// requires the OP to allow random ports on 127.0.0.1 - otherwise set a static port
var browser = new SystemBrowser();
string redirectUri = string.Format($"http://127.0.0.1:{browser.Port}/desktop-callback");
or just
string redirectUri = string.Format($"http://127.0.0.1:{browser.Port}");
Native apps will get this default in developer portal wizard
^http://127.0.0.1\:\d{4,10}$
The text was updated successfully, but these errors were encountered: