Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mention SSO users in SSH getting started guide #46320

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,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
Expand Down Expand Up @@ -374,6 +375,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).

Expand Down
Loading