Skip to content

Commit

Permalink
[v14] docs: sso user update (#47043)
Browse files Browse the repository at this point in the history
* docs: sso user update

* docs: update tenant name example in sso page

Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>

---------

Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
  • Loading branch information
stevenGravy and ptgott authored Oct 1, 2024
1 parent 99d0a6e commit e4ba0c9
Showing 1 changed file with 1 addition and 17 deletions.
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=example.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

0 comments on commit e4ba0c9

Please sign in to comment.