microsoftgraph / microsoft-graph-explorer-v4

React/Redux version of Graph Explorer used to learn the Microsoft Graph Api
https://developer.microsoft.com/graph/graph-explorer
MIT License
203 stars 85 forks source link

Firefox With Multi-Account Containers Cannot Login To Subsequent Containers #3104

Open influential-eliot opened 3 months ago

influential-eliot commented 3 months ago

Incident

The Graph Explorer website does not pass-through login details from pop-ups when using Multi-Account containers.

This is after one or two containers (MACs) have already been logged in some time ago.

To Reproduce

Follow the steps below to reproduce the behavior after having first setup one or two containers with logins:

  1. Go to Graph Explorer
  2. Click on 'Sign in'
  3. Wait for the login.microsoftonline.com pop-up to load
  4. Sign in
  5. ... nothing happens after it greys out (see Screenshot 1.1 below)

Expected behavior

The login window pops up, I enter the details for the account used in that container, it logs me in and disappears.

Screenshots

Screenshot 1.1 login popup - greyed out

Additional Information

System Information

Added Context / Information / Thoughts

This occurs with no JS script add-ons / extensions installed, security set to minimum (bad), and tracking cookies even allowed.

When looking at the web-tools console I can see the errors in the attached RAR file, those are all upon page load with the previous sentence in effect.

When tapping login nothing happens in the console or network logs in the web tools.