From 1874debd45c142f6ce8537e662b8cc5a462260c5 Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Thu, 14 Nov 2024 14:30:31 -0800 Subject: [PATCH] Small nit on SSO overview --- content/manuals/security/for-admins/single-sign-on/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/security/for-admins/single-sign-on/_index.md b/content/manuals/security/for-admins/single-sign-on/_index.md index 51de20f7f2..e49c767bb9 100644 --- a/content/manuals/security/for-admins/single-sign-on/_index.md +++ b/content/manuals/security/for-admins/single-sign-on/_index.md @@ -14,7 +14,7 @@ Single sign-on (SSO) lets users access Docker by authenticating using their iden ## How SSO works -When you enable SSO, Docker supports a IdP-initiated SSO flow for user login. Instead of users authenticating using their Docker username and password, they are redirected to your identity provider's authentication page to sign in. Users must sign in to Docker Hub or Docker Desktop to initiate the SSO authentication process. +When you enable SSO, Docker supports a non-IdP-initiated SSO flow for user login. Instead of users authenticating using their Docker username and password, they are redirected to your identity provider's authentication page to sign in. Users must sign in to Docker Hub or Docker Desktop to initiate the SSO authentication process. The following diagram shows how SSO operates and is managed in Docker Hub and Docker Desktop. In addition, it provides information on how to authenticate between your IdP.