Re: SVN MFA
Peter Balogh <[email protected]> Tue, 22 Apr 2025 17:48:51 +0200
| Newsgroups | gmane.comp.version-control.subversion.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, Andreas can you please share more about this? I've been looking for a solution for this for a while, but I only found hacks like when entering your password, also add your OTP at the end every time you do an svn operation Is a modern OTP or Oauth authentication possible with httpd and the svn clients, that's not inconvenient or weird? Best regards, Peter On 2025. 04. 22. 17:29, Andreas Stieger wrote: > 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 > >