From 048d67d0846f95a666bca38842534d61d230d67b Mon Sep 17 00:00:00 2001 From: Justin Alex Paramanandan <1155821+jusuchin85@users.noreply.github.com> Date: Wed, 1 May 2024 23:10:34 +1000 Subject: [PATCH] [Improvement]: Update Steps to Enable Guest Collaborators to Avoid Confusion (#50414) --- .../enabling-guest-collaborators.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md index da619d40ab..8bef0afd3f 100644 --- a/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md +++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/enabling-guest-collaborators.md @@ -34,7 +34,12 @@ If you use Microsoft Entra ID (previously known as Azure AD) or Okta for SAML au 1. Click **All applications**, then use the search bar to find your application for {% data variables.product.prodname_emus %}. 1. Click your SAML or OIDC application. 1. In the left sidebar, click **Manifest**. -1. Under "appRoles", add the following: +1. Search for the following `id`: `1ebc4a02-e56c-43a6-92a5-02ee09b90824` within the Manifest file: + + - If the `id` is not present, proceed to the next step. + - If the `id` is present, review the `description` and `displayName` values. If the values are not set to `Guest Collaborator`, you can rename both to be so, and proceed to step 15. + +1. Under the `appRoles` object, add the following block: ```json {