Mac > 10.24.4 Beta > Version Control > Private Server > How to Windows Authentication

0
Hi there,I'm running Mendix Pro v 10.24.4 Beta on MacOs, I'm trying to setup a Version Control Private Server and the only option I have for Authentication is username and password. I don't have a passwords in my environment. I tried creating a Personal Auth Token on the Git repo without luck.I'm trying to set up the repo so with some sort of Windows Integrated alternative, I have kerberos tickets for example. Ssh with private key could be an option I can use. Also, Mendix could redirecting me to a SSO on the browser so I can authenticate and come back to the GUI?.Any help is greatly appreciated.Thanks!
asked
1 answers
0

As far as I know, the Version Control Private Server (SVN) connection in Mendix Studio Pro works only with basic authentication (username/password). This conclusion is based on the fact that Studio Pro does not offer any other authentication options in the UI, and the official documentation does not mention support for PAT tokens, Kerberos, SSH keys, or browser-based SSO for SVN connections. The Mendix documentation consistently describes SVN usage with username/password and does not reference alternative authentication mechanisms.


References that support this understanding:

https://docs.mendix.com/refguide10/version-control/

https://docs.mendix.com/refguide10/on-premises-git/


answered