Issue Description: We have created a dedicated Azure AD service account (not a service principal, but a standard Azure AD user account) to log into SonarCloud. We are using SSO authentication with Azure AD for login, and authorization is handled through Azure AD security groups.
This service account is:
Added to the Admin Azure AD group
Part of the Azure DevOps Organization with admin permissions
The Azure DevOps organization is already bound to SonarCloud
However, when we try to log into SonarCloud using SSO with this service account, we receive the following error:
“Sorry, but we couldn’t verify your authorization to access this page.”
Interestingly, if we log into Azure DevOps directly using this same account, the login works without any issue.
What settings or permissions are required to enable SSO authentication for a normal Azure AD service account in SonarCloud?