How to use SVN account authentication sonar

Hi , I want use svn account to auth sonar ,What do I need to do to meet my needs?Looking forward to the reply ,thanks

Hi lixiaoxin!

SonarQube does not offer authentication delegation via Apache SVN. You can delegate authentication to GitHub or GitLab. Alternatively you can use SAML, LDAP or HTTP Headers to delegate authentication to a compatible system. All details are explained here.

Having said that, SonarQube integrates with Subversion for everything that has to do with project analysis as explained here.

Hope it helps, best regards,
Daniel

Thanks for your reply.It was very helpful to me.