Open Glandos opened 6 years ago
Hi, @Glandos. The basic Http authentication was the only supported way used by the rest sonarqube client. I don't know if in the newer APIs there is functionality to support other authentication methods.
I will take a look to review the api docs.
Thanks for your feedback.
It seems that currently, radar is only using Basic HTTP authentication. This seems not supported by my Sonarqube instance. Only the web-based-with-cookies authentication works, i.e.
/api/components/search?qualifiers=TRK&p=1
works in the browser after successful authentication, but not within radar (nor cURL without the right cookie).Is it planned to support this type of authentication?