Hi
I am scripting configuration of quality profiles and quality gates via the API.
I would like to authenticate using Azure AD, as can be done for the web ui.
But the API only seems to accept a Basic token with username + password.
Is there a way to use the API with an Azure AD SSO token instead?
Hi Colin,
Thanks for the response.
it is Azure AD I am talking about, not Azure DevOps.
I can log into the Sonar UI with a SAML token coming from Azure AD.
I want to be able to log into the Sonar API using a SAML token coming from Azure AD
No, this isn’t possible. The Web API can only be authenticated with via SonarQube token or, when those are lacking (such as when you delegate authentication to another source), a SonarQube token.