-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update moderated sessions guide (#51388)
Moderated sessions are a bit confusing because we combined an existing OSS feature (joining sessions), with an Enterprise-only feature (requiring session join policies). I've expanded the scope of the moderated sessions guide to make it a "joining sessions" guide instead, and added some extra details around RBAC for active sessions. Updates #51116
- Loading branch information
Showing
12 changed files
with
229 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
373 changes: 173 additions & 200 deletions
373
...ss-controls/guides/moderated-sessions.mdx → ...cess-controls/guides/joining-sessions.mdx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ After a user completes an SSO authentication flow, Teleport creates a temporary | |
When a user signs in to Teleport with `tsh login`, they can configure the TTL of | ||
the `user` Teleport creates. Teleport enforces a limit of 30 hours (the default | ||
is 12 hours). | ||
|
||
In the Teleport audit log, you will see an event of type `user.create` with | ||
information about the temporary user. | ||
|
||
|
@@ -145,7 +145,7 @@ $ ssh-keygen -L -f ~/.tsh/keys/${TELEPORT_CLUSTER}/${SSO_USER}-ssh/${TELEPORT_CL | |
Since Teleport creates temporary users and issues short-lived certificates when | ||
a user authenticates via SSO, it is straightforward to integrate Teleport with | ||
multiple SSO providers. Besides the temporary `user` resource, no persistent | ||
backend data in Teleport is tied to a user's account with the SSO provider. | ||
backend data in Teleport is tied to a user's account with the SSO provider. | ||
|
||
This also means that if one SSO provider becomes unavailable, the end user only | ||
needs to choose another SSO provider when signing in to Teleport. While the | ||
|
@@ -262,7 +262,7 @@ GitHub as an SSO option. | |
(!docs/pages/includes/sso/saml-slo.mdx!) | ||
|
||
You may use `entity_descriptor_url` in lieu of `entity_descriptor` to fetch | ||
the entity descriptor from your IDP. | ||
the entity descriptor from your IDP. | ||
|
||
We recommend "pinning" the entity descriptor by including the XML rather than | ||
fetching from a URL. | ||
|
@@ -275,7 +275,7 @@ fetching from a URL. | |
``` | ||
|
||
You may use `entity_descriptor_url`, in lieu of `entity_descriptor`, to fetch | ||
the entity descriptor from your IDP. | ||
the entity descriptor from your IDP. | ||
|
||
We recommend "pinning" the entity descriptor by including the XML rather than | ||
fetching from a URL. | ||
|
@@ -302,7 +302,7 @@ fetching from a URL. | |
``` | ||
|
||
You may use `entity_descriptor_url`, in lieu of `entity_descriptor`, to fetch | ||
the entity descriptor from your IDP. | ||
the entity descriptor from your IDP. | ||
|
||
We recommend "pinning" the entity descriptor by including the XML rather than | ||
fetching from a URL. | ||
|
@@ -319,7 +319,7 @@ fetching from a URL. | |
(!docs/pages/includes/sso/saml-slo.mdx!) | ||
|
||
You may use `entity_descriptor_url`, in lieu of `entity_descriptor`, to fetch | ||
the entity descriptor from your IDP. | ||
the entity descriptor from your IDP. | ||
|
||
We recommend "pinning" the entity descriptor by including the XML rather than | ||
fetching from a URL. | ||
|
@@ -334,7 +334,7 @@ fetching from a URL. | |
</TabItem> | ||
</Tabs> | ||
|
||
Create the connector: | ||
Create the connector: | ||
|
||
```code | ||
$ tctl create -f connector.yaml | ||
|
@@ -383,7 +383,7 @@ At this time, the `spec.provider` field should not be set for any other identity | |
|
||
Along with sending groups, an SSO provider will also provide a user's email address. | ||
In many organizations, the username that a person uses to log in to a system is the | ||
same as the first part of their email address, the "local" part. | ||
same as the first part of their email address, the "local" part. | ||
|
||
For example, `[email protected]` might log in with the username `dave.smith`. | ||
Teleport provides an easy way to extract the first part of an email address so | ||
|
@@ -530,4 +530,3 @@ which Teleport replaces with values from the single sign-on provider that the | |
user used to authenticate with Teleport. For full details on how variable | ||
expansion works in Teleport roles, see the [Teleport Access Controls | ||
Reference](../../../reference/access-controls/roles.mdx). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters