From 0d7ae631d7b87eeaa32e858db71e05cd64b06239 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Mon, 30 Sep 2024 20:47:31 -0400 Subject: [PATCH 1/2] docs: sso user update --- .../pages/admin-guides/access-controls/sso.mdx | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/docs/pages/admin-guides/access-controls/sso.mdx b/docs/pages/admin-guides/access-controls/sso.mdx index 45148e6110adc..650e265d791d6 100644 --- a/docs/pages/admin-guides/access-controls/sso.mdx +++ b/docs/pages/admin-guides/access-controls/sso.mdx @@ -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: - - - ```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/ ``` - - - -```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 -``` - - - - - 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 From ca0e598d3c61cf3a115026b5b93a847498dfd125 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 1 Oct 2024 12:43:19 -0400 Subject: [PATCH 2/2] docs: update tenant name example in sso page Co-authored-by: Paul Gottschling --- docs/pages/admin-guides/access-controls/sso.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/admin-guides/access-controls/sso.mdx b/docs/pages/admin-guides/access-controls/sso.mdx index 650e265d791d6..cb477c6210f12 100644 --- a/docs/pages/admin-guides/access-controls/sso.mdx +++ b/docs/pages/admin-guides/access-controls/sso.mdx @@ -48,7 +48,7 @@ by using the `tctl` command: ```code # Log in to your cluster with tsh so you can use tctl remotely -$ tsh login --proxy=mytenant.teleport.sh +$ tsh login --proxy=example.teleport.sh $ tctl get users/ ```