From ab81432502358b4b38a429cb9861ac2ab9d19ea9 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Wed, 4 Sep 2024 06:54:37 -0400 Subject: [PATCH] docs: include web ui users page for managing users desciption (#46199) --- docs/pages/admin-guides/access-controls/sso.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/admin-guides/access-controls/sso.mdx b/docs/pages/admin-guides/access-controls/sso.mdx index 59ca8ba70622..4e796d5747bb 100644 --- a/docs/pages/admin-guides/access-controls/sso.mdx +++ b/docs/pages/admin-guides/access-controls/sso.mdx @@ -218,7 +218,7 @@ The following authentication connectors are supported: |Type|Description| |---|---| -|None|If no authentication connector is created, Teleport will use local authentication based user information stored
in the Auth Service backend. You can manage user data via the `tctl users` command. | +|None|If no authentication connector is created, Teleport will use local authentication based user information stored
in the Auth Service backend. You can manage user data via the web UI Users page and the `tctl users` command. | |`saml`| The SAML connector type uses the [SAML protocol](https://en.wikipedia.org/wiki/Security_Assertion_Markup_Language) to authenticate users and query their group membership.| |`oidc`| The OIDC connector type uses the [OpenID Connect protocol](https://en.wikipedia.org/wiki/OpenID_Connect) to authenticate users
and query their group membership.| |`github`| The GitHub connector uses GitHub SSO to authenticate users and query their group membership.| @@ -228,7 +228,7 @@ The following authentication connectors are supported: |Type|Description| |---|---| -|None|If no authentication connector is created, Teleport will use local authentication based user information stored in the Auth Service backend. You can manage user data via the `tctl users` command. | +|None|If no authentication connector is created, Teleport will use local authentication based user information stored in the Auth Service backend. You can manage user data via the web UI Users page and the `tctl users` command. | |`github`| The GitHub connector uses GitHub SSO to authenticate users and query their group membership.|