diff --git a/docs/pages/enroll-resources/server-access/getting-started.mdx b/docs/pages/enroll-resources/server-access/getting-started.mdx index c32dc178d873..139813b29b00 100644 --- a/docs/pages/enroll-resources/server-access/getting-started.mdx +++ b/docs/pages/enroll-resources/server-access/getting-started.mdx @@ -141,7 +141,8 @@ configuration: ### Access the Web UI -Run the following command to create a user that can access the Teleport Web UI: +Run the following command to create a local user that can access the Teleport +Web UI: ```code $ tctl users add myuser --roles=editor,access,reviewer --logins=root,ubuntu,ec2-user @@ -388,6 +389,10 @@ further Getting Started exercises. ## Next steps +- While this guide shows you how to create a local user in order to access a + server, you can also enable Teleport users to authenticate through a single + sign-on provider. Read the + [documentation](../../admin-guides/access-controls/sso.mdx) to learn more. - Learn more about Teleport `tsh` through the [reference documentation](../../reference/cli/tsh.mdx#tsh-ssh). - Learn more about [Teleport servers](../../reference/architecture/nodes.mdx) - For a complete list of ports used by Teleport, read the [Networking Guide](../../reference/networking.mdx).