Skip to content

Commit 3a46e30

Browse files
authored
Revert "Repo sync"
1 parent faf6750 commit 3a46e30

File tree

25 files changed

+2647
-2861
lines changed

25 files changed

+2647
-2861
lines changed

content/actions/how-tos/write-workflows/choose-what-workflows-do/use-secrets.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ You can check which access policies are being applied to a secret in your organi
167167
> [!NOTE]
168168
> * {% data reusables.actions.forked-secrets %}
169169
> * Secrets are not automatically passed to reusable workflows. For more information, see [AUTOTITLE](/actions/using-workflows/reusing-workflows#passing-inputs-and-secrets-to-a-reusable-workflow).
170-
> * Secrets are not available to workflows triggered by {% data variables.product.prodname_dependabot %} events. For more information, see [AUTOTITLE](/code-security/dependabot/troubleshooting-dependabot/troubleshooting-dependabot-on-github-actions#accessing-secrets).
171-
> * {% data reusables.actions.about-oidc-short-overview %}
170+
> {% data reusables.actions.about-oidc-short-overview %}
172171
173172
> [!WARNING] Mask all sensitive information that is not a {% data variables.product.prodname_dotcom %} secret by using `::add-mask::VALUE`. This causes the value to be treated as a secret and redacted from logs.
174173

content/admin/managing-iam/configuring-authentication-for-enterprise-managed-users/configuring-saml-single-sign-on-for-enterprise-managed-users.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,11 @@ After the initial configuration of SAML SSO, the only setting you can update on
108108
{% data reusables.enterprise-accounts.identity-provider-tab %}
109109
{% data reusables.enterprise-accounts.sso-configuration %}
110110

111-
1. Under "SAML single sign-on," select **Add SAML configuration**.
111+
1. Under "SAML single sign-on", select **Add SAML configuration**.
112112
1. Under **Sign on URL**, type the HTTPS endpoint of your IdP for SSO requests that you noted while configuring your IdP.
113113
1. Under **Issuer**, type your SAML issuer URL that you noted while configuring your IdP, to verify the authenticity of sent messages.
114114
1. Under **Public Certificate**, paste the certificate that you noted while configuring your IdP, to verify SAML responses.
115-
116-
> [!NOTE]
117-
> {% data variables.product.github %} does not enforce the expiration of this SAML IdP certificate. This means that even if this certificate expires, your SAML authentication will continue to work. However, if your IdP administrator regenerates the SAML certificate, and you don't update it on the {% data variables.product.github %} side, users will encounter a `digest mismatch` error during SAML authentication attempts due to the certificate mismatch. See [Error: Digest mismatch](/admin/managing-iam/using-saml-for-enterprise-iam/troubleshooting-saml-authentication#error-digest-mismatch).
118-
1. Under the same **Public Certificate** section, select the **Signature Method** and **Digest Method** dropdown menus, then click the hashing algorithm used by your SAML issuer.
115+
1. Under **Public Certificate**, select the **Signature Method** and **Digest Method** dropdown menus, then click the hashing algorithm used by your SAML issuer.
119116
1. Before enabling SAML SSO for your enterprise, to ensure that the information you've entered is correct, click **Test SAML configuration**. {% data reusables.saml.test-must-succeed %}
120117
1. Click **Save SAML settings**.
121118

content/admin/managing-iam/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ For more detailed information about how to enable SAML using Okta, see [AUTOTITL
9292
{% data reusables.enterprise-accounts.access-enterprise %}
9393
{% data reusables.enterprise-accounts.settings-tab %}
9494
{% data reusables.enterprise-accounts.security-tab %}
95-
9695
1. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
9796
1. Under "SAML single sign-on", select **Require SAML authentication**.
9897
1. In the **Sign on URL** field, type the HTTPS endpoint of your IdP for single sign-on requests. This value is available in your IdP configuration.
@@ -102,7 +101,6 @@ For more detailed information about how to enable SAML using Okta, see [AUTOTITL
102101
To find the certificate, refer to the documentation for your IdP. Some IdPs call this an X.509 certificate.
103102

104103
{% data reusables.saml.edit-signature-and-digest-methods %}
105-
106104
1. Before enabling SAML SSO for your enterprise, to ensure that the information you've entered is correct, click **Test SAML configuration** . {% data reusables.saml.test-must-succeed %}
107105
1. Click **Save**.
108106
{% data reusables.enterprise-accounts.download-recovery-codes %}
@@ -119,7 +117,6 @@ You can enable or disable SAML authentication for {% data variables.location.pro
119117
{% data reusables.enterprise_site_admin_settings.access-settings %}
120118
{% data reusables.enterprise_site_admin_settings.management-console %}
121119
{% data reusables.enterprise_management_console.authentication %}
122-
123120
1. Under "Authentication", select **SAML**.
124121
1. {% data reusables.enterprise_user_management.built-in-authentication-option %}
125122
1. Optionally, to enable unsolicited response SSO, select **IdP initiated SSO**. By default, {% data variables.product.prodname_ghe_server %} will reply to an unsolicited Identity Provider (IdP) initiated request with an `AuthnRequest` back to the IdP.
@@ -132,23 +129,18 @@ You can enable or disable SAML authentication for {% data variables.location.pro
132129

133130
You must ensure that your IdP supports encrypted assertions and that the encryption and key transport methods in the management console match the values configured on your IdP. You must also provide {% data variables.location.product_location %}'s public certificate to your IdP. For more information, see [AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/enabling-encrypted-assertions).
134131

135-
1. In the **Single sign-on URL** field, type the HTTP or HTTPS endpoint on your IdP for single sign-on requests. This value is provided by your IdP configuration. If the host is only available from your internal network, you may need to [configure {% data variables.location.product_location %} to use internal nameservers](/admin/configuration/configuring-network-settings/configuring-dns-nameservers).
132+
1. Under "Single sign-on URL," type the HTTP or HTTPS endpoint on your IdP for single sign-on requests. This value is provided by your IdP configuration. If the host is only available from your internal network, you may need to [configure {% data variables.location.product_location %} to use internal nameservers](/admin/configuration/configuring-network-settings/configuring-dns-nameservers).
136133
1. Optionally, in the **Issuer** field, type your SAML issuer's name. This verifies the authenticity of messages sent to {% data variables.location.product_location %}.
137134
1. Select the **Signature Method** and **Digest Method** dropdown menus, then click the hashing algorithm used by your SAML issuer to verify the integrity of the requests from {% data variables.location.product_location %}.
138135
1. Select the **Name Identifier Format** dropdown menu, then click a format.
139-
1. Under "Verification certificate", click **Choose File**, then choose a certificate to validate SAML responses from the IdP.
140-
141-
> [!NOTE]
142-
> {% data variables.product.github %} does not enforce the expiration of this SAML IdP certificate. This means that even if this certificate expires, your SAML authentication will continue to work. However, if your IdP administrator regenerates the SAML certificate, and you don't update it on the {% data variables.product.github %} side, users will encounter a `digest mismatch` error during SAML authentication attempts due to the certificate mismatch. See [Error: Digest mismatch](/admin/managing-iam/using-saml-for-enterprise-iam/troubleshooting-saml-authentication#error-digest-mismatch).
143-
136+
1. Under "Verification certificate," click **Choose File**, then choose a certificate to validate SAML responses from the IdP.
144137
1. Under "User attributes", modify the SAML attribute names to match your IdP if needed, or accept the default names.
145138

146139
{% endif %}
147140

148141
## Further reading
149142

150143
{%- ifversion ghec %}
151-
152144
* [AUTOTITLE](/organizations/managing-saml-single-sign-on-for-your-organization)
153145
{%- endif %}
154146
{%- ifversion ghes %}

content/admin/managing-iam/using-saml-for-enterprise-iam/troubleshooting-saml-authentication.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,22 @@ For more information about SAML response requirements, see [AUTOTITLE](/admin/id
3131
You can configure {% data variables.product.prodname_ghe_server %} to write verbose debug logs for every SAML authentication attempt. You may be able to troubleshoot failed authentication attempts with this extra output.
3232

3333
> [!WARNING]
34-
>
3534
> * Only enable SAML debugging temporarily, and disable debugging immediately after you finish troubleshooting. If you leave debugging enabled, the size of the logs increases much faster than usual, which can negatively impact the performance of {% data variables.product.prodname_ghe_server %}.
3635
> * Test new authentication settings for {% data variables.location.product_location %} in a staging environment before you apply the settings in your production environment. For more information, see [AUTOTITLE](/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance).
3736
3837
{% data reusables.enterprise-accounts.access-enterprise %}
3938
{% data reusables.enterprise-accounts.policies-tab %}
4039
{% data reusables.enterprise-accounts.options-tab %}
41-
4240
1. Under "SAML debugging", select the drop-down and click **Enabled**.
43-
1. Attempt to sign in to {% data variables.location.product_location %} through your SAML IdP.
44-
1. Review the debug output in the `systemd` journal for `github-unicorn` on {% data variables.location.product_location %}. For more information, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-system-logs#system-logs-in-the-systemd-journal-for-github-enterprise-server).
41+
1. Attempt to sign into {% data variables.location.product_location %} through your SAML IdP.
42+
1. Review the debug output in the systemd journal for `github-unicorn`on {% data variables.location.product_location %}. For more information, see [AUTOTITLE](/admin/monitoring-and-managing-your-instance/monitoring-your-instance/about-system-logs#system-logs-in-the-systemd-journal-for-github-enterprise-server).
4543
1. When you're done troubleshooting, select the drop-down and click **Disabled**.
4644

4745
## Decoding responses
4846

49-
Some output in the `systemd` journal for `github-unicorn` may be Base64-encoded. You can access the administrative shell and use the `base64` utility on {% data variables.location.product_location %} to decode these responses. For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh).
47+
Some output in the systemd journal for `github-unicorn` may be Base64-encoded. You can access the administrative shell and use the `base64` utility on {% data variables.location.product_location %} to decode these responses. For more information, see [AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-administrative-shell-ssh).
5048

51-
To decode the output, run the following command, replacing `ENCODED_OUTPUT` with the encoded output from the log.
49+
To decode the output, run the following command, replacing ENCODED_OUTPUT with the encoded output from the log.
5250

5351
```shell
5452
base64 --decode ENCODED_OUTPUT
@@ -112,11 +110,3 @@ This error can occur in version 3.17.0 or later of {% data variables.location.pr
112110
{% ifversion ghec %}
113111
{% data reusables.saml.authentication-loop %}
114112
{% endif %}
115-
116-
## Error: Digest mismatch
117-
118-
A "Digest mismatch" error indicates that your SAML IdP is using a different SAML signing certificate than the one you have uploaded to {% data variables.product.github %}{% ifversion ghes %} or that the **Signature Method** or **Digest Method** configured on {% data variables.product.github %} differs from what your IdP is using{% endif %}.
119-
120-
{% ifversion ghes %}Re-download this SAML certificate from your IdP and validate it using an online tool, such as the [Format a x509 cert](https://www.samltool.com/format_x509cert.php) tool from OneLogin. Then upload the SAML certificate again in the "Authentication" section in your {% data variables.product.prodname_ghe_server %} management console. See [AUTOTITLE](/admin/configuration/configuring-your-enterprise/accessing-the-management-console#accessing-the-management-console-as-an-unauthenticated-user).{% endif %}
121-
122-
{% ifversion ghec %}Re-download this SAML certificate from your IdP and validate it using a tool such as the [Format a x509 cert](https://www.samltool.com/format_x509cert.php) tool from OneLogin. Then update the certificate saved in the {% data variables.product.github %} SAML settings.{% endif %}

content/github-models/use-github-models/prototyping-with-ai-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ For custom models accessed with your own API keys, rate limits are set and enfor
271271
<td>1</td>
272272
</tr>
273273
<tr>
274-
<th rowspan="4" scope="rowgroup"><b>Azure OpenAI o1, o3, and gpt-5</b></th>
274+
<th rowspan="4" scope="rowgroup"><b>Azure OpenAI o1 and o3</b></th>
275275
<th style="padding-left: 0"><b>Requests per minute</b></th>
276276
<td>Not applicable</td>
277277
<td>1</td>
@@ -300,7 +300,7 @@ For custom models accessed with your own API keys, rate limits are set and enfor
300300
<td>1</td>
301301
</tr>
302302
<tr>
303-
<th rowspan="4" scope="rowgroup"><b>Azure OpenAI o1-mini, o3-mini, o4-mini, gpt-5-mini, gpt-5-nano, and gpt-5-chat</b></th>
303+
<th rowspan="4" scope="rowgroup"><b>Azure OpenAI o1-mini, o3-mini, and o4-mini</b></th>
304304
<th style="padding-left: 0"><b>Requests per minute</b></th>
305305
<td>Not applicable</td>
306306
<td>2</td>

content/organizations/managing-saml-single-sign-on-for-your-organization/enabling-and-testing-saml-single-sign-on-for-your-organization.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ For more information about the identity providers (IdPs) that {% data variables.
3535
{% data reusables.profile.access_org %}
3636
{% data reusables.profile.org_settings %}
3737
{% data reusables.organizations.security %}
38-
39-
1. Under "SAML single sign-on," select **Enable SAML authentication**.
38+
1. Under "SAML single sign-on", select **Enable SAML authentication**.
4039

4140
> [!NOTE]
4241
> After enabling SAML SSO, you can download your single sign-on recovery codes so that you can access your organization even if your IdP is unavailable. For more information, see [AUTOTITLE](/organizations/managing-saml-single-sign-on-for-your-organization/downloading-your-organizations-saml-single-sign-on-recovery-codes).
@@ -47,13 +46,8 @@ For more information about the identity providers (IdPs) that {% data variables.
4746
> [!NOTE]
4847
> If you want to enable team synchronization for your organization, the "Issuer" field is a required. For more information, see [AUTOTITLE](/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization).
4948
50-
1. Under "Public Certificate", paste a certificate to verify SAML responses.
51-
52-
> [!NOTE]
53-
> {% data variables.product.github %} does not enforce the expiration of this SAML IdP certificate. This means that even if this certificate expires, your SAML authentication will continue to work. However, if your IdP administrator regenerates the SAML certificate, and you don't update it on the {% data variables.product.github %} side, users will encounter a `digest mismatch` error during SAML authentication attempts due to the certificate mismatch. See [Error: Digest mismatch](/admin/managing-iam/using-saml-for-enterprise-iam/troubleshooting-saml-authentication#error-digest-mismatch).
54-
49+
1. Under "Public Certificate," paste a certificate to verify SAML responses.
5550
{% data reusables.saml.edit-signature-and-digest-methods %}
56-
5751
1. Before enabling SAML SSO for your organization, to ensure that the information you've entered is correct, click **Test SAML configuration**. {% data reusables.saml.test-must-succeed %}
5852

5953
> [!TIP]

0 commit comments

Comments
 (0)