You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: