Skip to content

Commit

Permalink
Mention SSO users in SSH getting started guide (#46380)
Browse files Browse the repository at this point in the history
Closes #44902

Add a quick note to the Next Steps section that you can configure SSO in
order to avoid the impression that server access only works with local
users.
  • Loading branch information
ptgott committed Sep 11, 2024
1 parent 0e4a899 commit 514ad62
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 514ad62

Please sign in to comment.