After being re-directed to your company ADFS website the company ADFS website should be shown.
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.
Login to for example Office365 works fine outside Rambox.
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.
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.
Most helpful comment
Some feedback on this would be appreciated.