Skip to content

Commit deb931e

Browse files
Review
1 parent 47e825e commit deb931e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

3535
## Supported Authentication Mechanisms
3636

37-
Currently, Mendix only supports HTTP Basic authentication and Windows Authentication for Git service providers.
37+
Currently, Mendix only supports [HTTP Basic authentication](#http) and [Windows Authentication](#windows) for Git service providers.
3838

39-
### HTTP Basic Authentication
39+
### HTTP Basic Authentication {#http}
4040

41-
With most providers, this takes the form of using of personal access tokens (PATs).
41+
With most providers, HTTP basic authentication takes the form of using of personal access tokens (PATs).
4242

4343
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:
4444

@@ -49,7 +49,7 @@ Currently Mendix keeps PAT using operating system supported solutions:
4949
* For Windows, Mendix uses a credential locker mechanism, accessible to users by using Credential Manager.
5050
* For MacOs, Mendix uses keychains, accessible to users by using Keychain Access.
5151

52-
### Windows Authentication
52+
### Windows Authentication {#windows}
5353

5454
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.
5555

0 commit comments

Comments
 (0)