Billion Dollar company can’t even fixed this shit

  • bitwolf
    link
    510 hours ago

    You can get stuck in a loop if you have multiple accounts such as a dev and production account.

    So if you’re in stuck in the dev account and need to log into production you get stuck in a loop of it trying to login as the dev account.

    The only way out is to find a dev site and log out from the dev account.

    • StarkZarn
      link
      fedilink
      English
      33 hours ago

      My brother in Christ, scope your sessions… Firefox has containers, chrome has profiles, or hell, just use two different browsers.

      • bitwolf
        link
        23 hours ago

        Sadly I cannot make every user of our software do that when MSAL/Entra is the chosen IAM provider :(

    • @gazab@lemmy.world
      link
      fedilink
      1
      edit-2
      2 hours ago

      I go to portal.azure.com and use the account switcher to sign in to second (prod) account there. This will make both accounts show up when logging in to a service without having to log out from the first.