From 410ac82571c0cf31fa227a7debde0fef5fbae40f Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Wed, 1 Nov 2023 09:02:54 -0700 Subject: [PATCH 1/2] add privacy faq --- content/single-sign-on/users-faqs.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/single-sign-on/users-faqs.md b/content/single-sign-on/users-faqs.md index 6dded76dd95..fe4f9549730 100644 --- a/content/single-sign-on/users-faqs.md +++ b/content/single-sign-on/users-faqs.md @@ -81,8 +81,12 @@ We only support one email per user on the Docker platform. ### How can I remove invitees to the org who haven't signed in? -They can go to the invitee list in the org view and remove them. +You can go to the invitee list in the org view and remove them. -### How's the flow for service account authentication different from a UI user account? +### Is the flow for service account authentication different from a UI user account? -It isn't; we don't differentiate the two in product. \ No newline at end of file +No, we don't differentiate the two in product. + +### Is employee information visible in Docker Hub? + +All Docker accounts have a public profile associated with their namespace. If you don't want employee information (for example, full name) to be visible, you can remove those attributes from your SSO and SCIM mappings. Alternatively, you can use a different identifier to replace a user's full name. From 19e7948b7a9e715f30d1c7a951186c8b90d4736a Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Wed, 1 Nov 2023 09:11:19 -0700 Subject: [PATCH 2/2] update language --- content/single-sign-on/users-faqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/single-sign-on/users-faqs.md b/content/single-sign-on/users-faqs.md index fe4f9549730..784253fc5a5 100644 --- a/content/single-sign-on/users-faqs.md +++ b/content/single-sign-on/users-faqs.md @@ -87,6 +87,6 @@ You can go to the invitee list in the org view and remove them. No, we don't differentiate the two in product. -### Is employee information visible in Docker Hub? +### Is user information visible in Docker Hub? -All Docker accounts have a public profile associated with their namespace. If you don't want employee information (for example, full name) to be visible, you can remove those attributes from your SSO and SCIM mappings. Alternatively, you can use a different identifier to replace a user's full name. +All Docker accounts have a public profile associated with their namespace. If you don't want user information (for example, full name) to be visible, you can remove those attributes from your SSO and SCIM mappings. Alternatively, you can use a different identifier to replace a user's full name.