Boris Zinchenko
Boris Zinchenko

Reputation: 2282

Atlassian account logon through WebBrowser control in WinForms application

I m wondering how to log on Atlassian account in WebBrowser control.

  1. Create new WinForms application in Visual Studio.
  2. Place WebBrowser control on main form.
  3. Set URL property of control as "https://id.atlassian.com/login"
  4. Run application. You will see this screen. enter image description here
  5. Then enter valid credentials for Atlassian account.
  6. See this error message below. enter image description here

How to overcome this problem? Thank you.

P.S. I m, of course, aware that standard WebBrowser component uses very outdated IE by default. I properly updated registry to ensure that IE11 is loaded into control.

Upvotes: 0

Views: 156

Answers (1)

Boris Zinchenko
Boris Zinchenko

Reputation: 2282

I found this issue JRACLOUD-71973 in official bug tracking of Atlassian indicating that it is general problem not only with Confluence but with JIRA also. I suppose that Atlassian cloud products do not work with IE 11 anymore in principle, be it full IE application or just WebBrowser control. It is astonishing that Atlassian actually dropped support of quite popular web browser. Perhaps, we must monitor this issue to know when / if this issue will be resolved.

Upvotes: 1

Related Questions