Re: SVN MFA

Andreas Stieger <[email protected]> Tue, 22 Apr 2025 17:29:21 +0200
Newsgroups gmane.comp.version-control.subversion.user
Message-ID <[email protected]>
Hello,

On 2025-04-22 16:37, Prasu S wrote:
> Our team is using SVN as a version control tool for source code. We 
> are looking into implementing MFA. Does SVN have built-in MFA 
> capabilities? If so, can you please point me to the documentation? I 
> appreciate any help you can provide.


Apache Subversion (mod_dav_svn) supports all authentication options 
supported by or built for Apache httpd. That includes multi-factor, 
various mobile app authenticators, enterprise SSO and SSL client certfs. 
Start reading there. The point is that it is not built into svn but httpd.

Andreas