Authentication options for Sonarqube which supports JWT based authentication

I want to use a authentication plugin for Sonarqube , I looked at below 2 plugins: GitHub - SonarQubeCommunity/sonar-openid: OpenID Plugin for SonarQube GitHub - vaulttec/sonar-auth-oidc: OpenID Connect (OIDC) Plugin for SonarQube

But they do not support JWT token based authentication.

Any suggestions on plugins available or the ability to extend which would allow us to authenticate to Sonarqube using a JWT identity provider

Hi,

I’ve moved this thread to the ‘Suggest new features’ category since we don’t currently support JWT auth.

 
Ann

Hi @ganncamp,

is this on the roadmap somehow? We use GitLab as CI tool and there every job gets an individual signed JWT which could be handy for authentication without the need for static authentication: Connect to cloud services | GitLab

Best regards
Mirko

Hi Mirko,

I’m not aware of this being on the roadmap.

 
:frowning:
Ann