Hello Henrique Ferreira | VSI Group,
Following up on your issue, and reevaluating this scenario against current Windows 11 architecture confirms this behavior is not a bug, but completely by design. Following the official retirement of the Microsoft Store for Business, the native Store client no longer supports signing in with Work or School accounts. The application infrastructure is now strictly hardcoded to route all authentication requests through the consumer Microsoft Account identity provider, actively dropping any Entra ID tokens passed by the local authentication broker.
The definitive best practice here is adapting to the modern deployment model rather than attempting to troubleshoot or force an unsupported authentication flow. You simply cannot use your business account to sign into the consumer Microsoft Store. If you need to install standard public applications, you must authenticate using a personal Microsoft Account. This action isolates the licensing token to the Store itself and will not interfere with your primary Entra ID joined session or your Office 365 desktop activations. For corporate applications, your organization must provision software via the Intune Company Portal utilizing the Windows Package Manager integration. These enterprise management tools natively parse Entra ID authentication and bypass the consumer Store interface entirely. Should you find that you cannot even add a personal account, your IT administrator has likely enforced the BlockMicrosoftAccounts policy at the HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System registry path, meaning your device is locked down and you will be entirely reliant on the Company Portal for all software acquisition.
Hope this answer brought you some useful information. If it has, please consider accepting the answer so that other people sharing the same issue would benefit too. Thank you :)
VP