Why can't I sign in to my Developer Program dashboard?

Anonymous
2024-01-18T02:54:01+00:00

Hello,

I am trying to access my recently created MS Developer Tenant but I am receiving the following error:

We're unable to sign you in with this account The sign in was unsuccessful. For details, see the Microsoft 365 Developer Program FAQ.

MS-CorrelationId: 00000000-0c72-453c-94ed-85674ffb14a1

Code: 41101

Can you help me? Thanks.

Microsoft 365 and Office | Install, redeem, activate | Other | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

63 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-20T03:05:26+00:00

    Same here. 2 days ago I've tried to check out my subscription and I saw the code 41101.

    Asked some people who developing programs in 365 Dev Center like me, some might say that this happened because of your abuse of the subscription and you're not allowed to sign in anymore.

    If I violated the terms of Microsoft, I should recieved e-mail from Microsoft Dev Program or some-official-where, announcement first, action follows right? I checked my mail box and nothing there. This is terrible and totally unacceptable. So, my, and all of the code-41101-people's appeal is, tell us why, and what should we do.

    Was this answer helpful?

    10+ people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-01-30T10:02:19+00:00

    I am also having the issue, went ahead and debug on the console to see how 41101 was transmitted and figure this out:

    • Error code: 41101 - NonVSUserWithBlockedDomain
    • Error code: 41102 - BlockedFraudUser

    when the page load, it check https://developer.microsoft.com/en-us/graph/api/me, and translate depends on error code

    • EXPECTATION_FAILED: dxip-developer-program-get-user-account-BlockedDueToMisuse => 41102
    • NOT_ACCEPTABLE: dxip-developer-program-get-user-account-BlockedByDomain => 41101

    One person claimed that support said that people violated ToS. But that sounds really weird because

    1. 41102 is for violating ToS and 41101 is for something different
    2. Also in the ToS, it mentioned that Microsoft will send a warning with clear reason and what are being violated. Here there is nothing, no email.

    Here it is clearly say that we are blocked by domain. But why? I checked my domain and it was not being 100% healthy, i.e. the parking IP from DNS Provider changed and I didn't know, so it is giving Connection time out error. But aside from that, all DNS Records for validation are up and good. The fact that my domain was not being healthy while still available means it was purely for personal purpose and not commercial. Also I used a .com domain and not some cheap .xyz domain.

    Or it could be possible that Microsoft are shutting down customized domain for this program? Well, why don't tell us to migrate away and give i.e. 5 days to comply? NonVSUserWithBlockedDomain suggests something with VS License (VS licensed users also have access to this program automatically)? But again why "NonVSUserWithBlockedDomain" rather than "NonVSUserWithCustomizedDomain"?

    There is an option I haven't tried: removing the customized domain in the admin area, that will removing our own customized domain, and use Microsoft provided domain .onmicrosoft.com, will that restore us access? It's a shame having this as an option and now getting blocked.

    Edit: I removed my custom domain and still be blocked with 41101.

    Was this answer helpful?

    6 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-01-19T19:07:38+00:00

    I'm having the exact same issue.

    Was this answer helpful?

    4 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-02-09T02:02:53+00:00

    Hooray, Microsoft 365 Developer Program is now working as usual!

    A big thanks to the Microsoft Support Team.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  5. Anonymous
    2024-01-26T08:30:17+00:00

    I created a fresh new account for the very first time today and I cannot sign in. Same error.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments