hmvictor / radar-netbeans

A SonarQube plugin for Netbeans
Other
33 stars 22 forks source link

Cookie based authentication #63

Open Glandos opened 6 years ago

Glandos commented 6 years ago

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?

hmvictor commented 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.