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

docs: sso user update #47005

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
18 changes: 1 addition & 17 deletions docs/pages/admin-guides/access-controls/sso.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,12 @@ information about the temporary user.
You can inspect a temporary `user` resource created via your SSO integration
by using the `tctl` command:

<Tabs>
<TabItem scope={["oss", "enterprise"]} label="Self-Hosted">

```code
# Log in to your cluster with tsh so you can use tctl remotely
$ tsh login --proxy=proxy.example.com --user=myuser
$ tsh login --proxy=mytenant.teleport.sh
$ tctl get users/<username>
```

</TabItem>
<TabItem scope={["cloud"]} label="Teleport Enterprise Cloud">

```code
# Log in to your cluster with tsh so you can use tctl remotely
$ tsh login --proxy=mytenant.teleport.sh --user=myuser
$ tctl get users
```

</TabItem>

</Tabs>

Here is an example of a temporary `user` resource created when the GitHub user
`myuser` signed in to GitHub to authenticate to Teleport. This resource
expires 12 hours after creation. The `created_by` field indicates that the
Expand Down
Loading