diff --git a/docs/pages/enroll-resources/server-access/getting-started.mdx b/docs/pages/enroll-resources/server-access/getting-started.mdx index 1a3f3843a9dfb..92f6be862f06d 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 --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). - For a complete list of ports used by Teleport, read the [Networking Guide](../../reference/networking.mdx).