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.|