Community-edition: ADFS federated services like Office365 and Teams not working. Blank page when re-directed.

Created on 19 Jul 2017  路  14Comments  路  Source: ramboxapp/community-edition

Steps to reproduce

  1. Use a proxy
  2. ADFS should be in use.
  3. Try to add 1 of the following account types: Office365 or Teams.
  4. Write your company e-mail
    3a. let the Office365 website re-direct you to your company ADFS website.
    3b. wait wait wait....

Expected behavior

After being re-directed to your company ADFS website the company ADFS website should be shown.

Actual behavior

Instead of the company ADFS website showing a blank page is what you get. Resulting in, being unable to login to Offce365 and related federated services.

Tests

Login to for example Office365 works fine outside Rambox.

ENVIRONMENT

Rambox: v0.5.10
Electron: v1.7.4
Chromium: v58.0.3029.110
Node: 7.9.0
OS: Windows 7 x64
Arch: x64
Proxy used = true.

help wanted wontfix

Most helpful comment

Some feedback on this would be appreciated.

All 14 comments

This is probably connected to the missing ADFS login dialog (the same as the basic authentication one here #378).

Some feedback on this would be appreciated.

Probably the problem is the redirection or popup. To investigate this I need someone to give me access to their ADFS by creating me an account, so I can test it and fix it in a future release.

Anyone? Please contact me at [email protected].

I have the same problem with teams-for-linux (https://github.com/ivelkov/teams-for-linux).
The workaround I use to do is add something like this on the electron app:

app.on("login", (event, webContents, request, authInfo, callback) => {
  event.preventDefault();
  callback("my-user", "my-secret-pass");
});

but I have no idea where something like this must be implemented in rambox

Hi,

Is it be possible as a workaround to define the kind of script provided by @thosil with custom JavaScript code ?

There is the same issue for teams-for-linux. It seems that Wavebox got the workaround.

Any update on this issue? Trying to get Outlook to work properly.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Still an issue.

I would also like to comment that this is still an issue and am requesting that it is opened up again.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This issue has been automatically closed since there has not been any recent activity. Please open a new issue for related bugs.

Still an issue with Rambox 0.6.3

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jamy015 picture jamy015  路  4Comments

Tseberechts picture Tseberechts  路  4Comments

julien-tmp picture julien-tmp  路  4Comments

igalic picture igalic  路  3Comments

andrii-riabchun picture andrii-riabchun  路  3Comments