Organization Creation with Personal Access Token not working

The company I work for recently purchased a SonarQube-Cloud license and I am working through getting an organization set up. After entering all of the information to complete this I get this error message.

From looking through the forums the error seems to be related to my account having MFA on it as described here.

Disabling MFA on my account, or any account within the organization, is not an option so I need to find a way to get the setup complete to cover our code bases we currently don’t have any scanning on.

Hey there.

Sometimes this error is linked to MFA, but you can also run into issues if you have Conditional Access in Microsoft Entra ID turned on.

However, if the problem is linked to MFA, your only options will be to either disable it on a service account or creating an organization manually, which will generally mean more manual setup work on each new project.

A token is also required not only for the integration (and project onboarding) but to perform PR decoration. There’s no workaround for this. I highly reccomend disabling MFA for a single user.

Unfortunately disabling MFA for a single user is not an option and I mentioned in the original question. We have gone through all of the conditional access policies and nothing there seems to be related to the issue we are encountering.

I am now in the process of manually setting everything up with to be honest is far less than ideal but seems to be the only way I can get anything for this working at this time. I am hopeful as I work on getting the tasks set up in a test POC CICD pipeline things go a lot smoother.