You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/version-control/on-premises-git.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,11 @@ Make sure you have completed the following prerequisites:
34
34
35
35
## Supported Authentication Mechanisms
36
36
37
-
Currently, Mendix only supports HTTP Basic authentication for Git service providers. With most providers, this takes the form of using of personal access tokens (PATs).
37
+
Currently, Mendix only supports [HTTP Basic authentication](#http) and [Windows Authentication](#windows) for Git service providers.
38
+
39
+
### HTTP Basic Authentication {#http}
40
+
41
+
With most providers, HTTP basic authentication takes the form of using of personal access tokens (PATs).
38
42
39
43
To use PAT (or another equivalent), you need to specify it in the **Password** field when Studio Pro requests credentials for the version control server:
40
44
@@ -45,6 +49,13 @@ Currently Mendix keeps PAT using operating system supported solutions:
45
49
* For Windows, Mendix uses a credential locker mechanism, accessible to users by using Credential Manager.
46
50
* For MacOs, Mendix uses keychains, accessible to users by using Keychain Access.
47
51
52
+
### Windows Authentication {#windows}
53
+
54
+
Studio Pro can use Windows Authentication for Git service providers that support it. When you use Windows Authentication, you do not need to provide a password.
55
+
56
+
You can enable Windows Authentication in [Git Preferences settings](/refguide/preferences-dialog/#enable-windows-authentication).
57
+
58
+
48
59
## Setting Up the Environment
49
60
50
61
This section describes how to configure a Git versioned app in Studio Pro. You need a Git server and an initially unversioned Mendix app.
0 commit comments