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/admin/managing-iam/provisioning-user-accounts-with-scim/user-provisioning-with-scim-on-ghes.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ When SCIM is enabled, you will no longer be able to delete, suspend, or promote
71
71
72
72
If you currently use SAML SSO, and you are enabling SCIM, you should be aware of what happens to existing users during SCIM provisioning.
73
73
74
-
* When SCIM is enabled, users with SAML-linked identities will **not be able to sign in** until their identities have been provisioned by SCIM.
74
+
* When SCIM is enabled, users with SAML-linked identities will **not be able to sign in** until their identities have been provisioned by SCIM.{% ifversion scim-for-ghes-ga %} You will no longer be able to update the SAML `NameID` of existing users in the site admin dashboard.{% endif %}
75
75
* When your instance receives a SCIM request, SCIM identities are matched to existing users by **comparing the `userName` SCIM field with the {% data variables.product.prodname_dotcom %} username**. If a user with a matching username doesn't exist, {% data variables.product.prodname_dotcom %} creates a new user.
76
76
* If {% data variables.product.prodname_dotcom %} successfully identifies a user from the IdP, but account details such as email address, first name, or last name don't match, the instance **overwrites the details** with values from the IdP. Any email addresses other than the primary email provisioned by SCIM will also be deleted from the user account.
Copy file name to clipboardExpand all lines: content/admin/managing-iam/using-saml-for-enterprise-iam/updating-a-users-saml-nameid.md
+4
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ In some situations, you may need to update values associated with a person's acc
21
21
22
22
To update user SAML `NameID` mappings in bulk, you can use the `ghe-saml-mapping-csv` command. For more information, see [AUTOTITLE](/admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities#ghe-saml-mapping-csv).
23
23
24
+
{% ifversion scim-for-ghes-ga %}
25
+
When SCIM is enabled on your {% data variables.product.prodname_ghe_server %} instance, you cannot update user SAML `NameID` mappings.
26
+
{% endif %}
27
+
24
28
## Updating a user's SAML `NameID`
25
29
26
30
Enterprise owners can update a user's SAML `NameID` on a {% data variables.product.github %} instance.
Copy file name to clipboardExpand all lines: content/codespaces/developing-in-a-codespace/opening-an-existing-codespace.md
-2
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,6 @@ You can bookmark the address of this page if you want to get back to it quickly
62
62
1. Click **Open in**.
63
63
1. Click **Open in APPLICATION**.
64
64
65
-

Copy file name to clipboardExpand all lines: content/codespaces/setting-your-user-preferences/setting-your-default-editor-for-github-codespaces.md
-2
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,6 @@ If you want to use {% data variables.product.prodname_vscode %} as your default
29
29
{% data reusables.user-settings.codespaces-tab %}
30
30
1. Under "Editor preference", select the option you want.
31
31
32
-

33
-
34
32
* {% data reusables.codespaces.application-installed-locally %}<br><br>
35
33
36
34
* If you choose **{% data variables.product.prodname_vscode %}**, {% data variables.product.prodname_github_codespaces %} will automatically open in the desktop application when you next create or open a codespace.
Copy file name to clipboardExpand all lines: content/issues/tracking-your-work-with-issues/configuring-issues/managing-issue-types-in-an-organization.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,11 @@ When you add an issue type to an issue, the type will be shown on any lists of i
25
25
1. Under "Type name", type the name of your new issue type.
26
26
1. Under "Description", to help other people understand the purpose of your new issue type, type a description.
27
27
1. Under "Color", click on the color you would like for the new issue type.
28
-
1. Optionally, to stop the new issue type being available in public repositories, select **Private repositories only**.
29
28
1. Click **Create**.
30
29
31
30
## Making changes to issue types
32
31
33
-
You can change the name, description, color, and public repository visibility of your issue types.
32
+
You can change the name, description, and color of your issue types.
34
33
35
34
You can also choose to disable or delete an issue type. If you disable an issue type, it will not be shown and it won't be possible to set an issue to that type, but if you later decide to enable the issue type, it will be displayed again on any issues previously set to the issue type. If you delete an issue type, it is permanently removed.
36
35
@@ -40,5 +39,5 @@ You can also choose to disable or delete an issue type. If you disable an issue
40
39

41
40
42
41
1. In the menu, click **Edit** and make your changes.
43
-
* To make changes to the type name, description, color, and if the issue type should only appear for private repositories. Then click **Save**.
42
+
* To make changes to the type name, description, or color, click **Save**.
44
43
* To disable or delete the issue type, in the "Danger zone", click **Disable** or **Delete** and follow the prompts.
If you choose **{% data variables.product.prodname_vscode %}**, you must make sure you have installed the selected application on your local machine.
1
+
If you choose **{% data variables.product.prodname_vscode %}**, you must make sure you have {% data variables.product.prodname_vscode_shortname %} installed on your local machine.
"intro": "You can use GitHub and Git to collaborate on work.",
50
+
"product": "Get started"
51
+
},
52
+
"body": "## About GitHub\n\nGitHub is a cloud-based platform where you can store, share, and work together with others to write code.\n\nStoring your code in a \"repository\" on GitHub allows you to:\n\n* **Showcase or share** your work.\n [...]"
* "intro": "You can use GitHub and Git to collaborate on work.",
37
+
* "product": "Get started"
38
+
* },
39
+
* "body": "## About GitHub\n\nGitHub is a cloud-based platform where you can store, share, and work together with others to write code.\n\nStoring your code in a \"repository\" on GitHub allows you to:\n\n* **Showcase or share** your work.\n [...]"
0 commit comments