SP ClientContext を認証しました。SPClientContext を使用して webbrowser コントロールを使用して sharepoint online office 365 の認証をスキップする方法はありますか?
WebBrowser wb = new WebBrowser();
wb.AllowNavigation = true;
wb.ScriptErrorsSuppressed = true;
wb.DocumentCompleted += wb_DocumentCompleted;
wb.Navigate("https://URLofSPO/sites/testSol/_catalogs/solutions/Forms/AllItems.aspx");