Skip to content

Commit 4d3e3a3

Browse files
Merge pull request mendix#9186 from mikita-haurykau/solp/Windows-Auth-discoverability
Improved discoverability of Windows Authentication setting by mention…
2 parents 804d5d6 + deb931e commit 4d3e3a3

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

content/en/docs/refguide/version-control/on-premises-git.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ Make sure you have completed the following prerequisites:
3434

3535
## Supported Authentication Mechanisms
3636

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).
3842

3943
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:
4044

@@ -45,6 +49,13 @@ Currently Mendix keeps PAT using operating system supported solutions:
4549
* For Windows, Mendix uses a credential locker mechanism, accessible to users by using Credential Manager.
4650
* For MacOs, Mendix uses keychains, accessible to users by using Keychain Access.
4751

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+
4859
## Setting Up the Environment
4960

5061
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

Comments
 (0)