Skip to content

Commit 6dc5840

Browse files
authored
Merge pull request #38147 from github/repo-sync
Repo sync
2 parents e8d6fe2 + e679909 commit 6dc5840

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

content/authentication/keeping-your-account-and-data-secure/about-authentication-to-github.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,17 @@ You can work with all repositories on {% data variables.product.github %} over H
116116

117117
If you authenticate with {% data variables.product.prodname_cli %}, you can either authenticate with a {% data variables.product.pat_generic %} or via the web browser. For more information about authenticating with {% data variables.product.prodname_cli %}, see [`gh auth login`](https://cli.github.com/manual/gh_auth_login).
118118

119-
If you authenticate without {% data variables.product.prodname_cli %}, you must authenticate with a {% data variables.product.pat_generic %}. {% data reusables.user-settings.password-authentication-deprecation %} Every time you use Git to authenticate with {% data variables.product.github %}, you'll be prompted to enter your credentials, unless you cache them with a [credential helper](/get-started/git-basics/caching-your-github-credentials-in-git).
119+
If you authenticate without {% data variables.product.prodname_cli %}, {% ifversion fpt or ghec %}you must authenticate with a {% data variables.product.pat_generic %}. {% data reusables.user-settings.password-authentication-deprecation %} Every time you use Git to authenticate with {% data variables.product.github %}, you'll be prompted to enter your credentials, unless you cache them with a [credential helper](/get-started/git-basics/caching-your-github-credentials-in-git).{% elsif ghes %}you can use authentication methods whose availability depend on your IdP.
120+
121+
The table outlines the available authentication methods based on the IdP configured for your instance. Different IdPs may impose specific restrictions or enable certain features, such as disabling password authentication. For more details, see [AUTOTITLE](/admin/authentication).
122+
123+
| IdP | Available authentication methods | More information |
124+
| :- | :- | :- |
125+
| SAML | {% data variables.product.pat_generic_caps %} | Password authentication disabled |
126+
| LDAP | {% data variables.product.pat_generic_caps %} or Username / Password | Password authentication can be disabled by the site administrator |
127+
| Built-in authentication | {% data variables.product.pat_generic_caps %} or Username / Password | Password authentication cannot be disabled |
128+
129+
{% endif %}
120130

121131
### SSH
122132

content/copilot/using-github-copilot/code-review/using-copilot-code-review.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ When you reach your monthly quota you will not be able to get a code review from
7474

7575
### Language support
7676

77-
{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports the following languages:
77+
{% data variables.copilot.copilot_code-review_short %} on the {% data variables.product.github %} website supports all languages.
78+
79+
The following languages have general availability support:
7880

7981
* C
8082
* C#
@@ -89,7 +91,7 @@ When you reach your monthly quota you will not be able to get a code review from
8991
* Swift
9092
* TypeScript
9193

92-
Plus {% data variables.release-phases.public_preview %} support for HTML & Text.
94+
All other languages are supported as a {% data variables.release-phases.public_preview %}.
9395

9496
{% endwebui %}
9597

0 commit comments

Comments
 (0)