mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-21 05:55:42 +08:00
Replace the `labels` frontmatter field with one called `tags`. Docusaurus supports tag-based navigation out of the box with the `tags` field. The original plan was to implement a separate system that allows for filtering by multiple tags - which Docusaurus does not - but it makes sense to enable the default approach as a first iteration.
19 lines
737 B
Plaintext
19 lines
737 B
Plaintext
---
|
|
title: Authentication and Session Joining
|
|
description: Provides information on configuring the way users authenticate to your Teleport cluster or join an existing session.
|
|
layout: tocless-doc
|
|
tags:
|
|
- zero-trust
|
|
---
|
|
|
|
Teleport gives you control over how and when users authenticate to your cluster.
|
|
For example, you can configure Teleport to allow passwordless authentication
|
|
with a hardware key or trust an external identity provider. You can also
|
|
configure whether a user can join an existing session with a Kubernetes cluster
|
|
or SSH server, and whether the user must authenticate again in order to do so.
|
|
|
|
The guides in this section show you how to configure Teleport authentication for
|
|
your organization's needs:
|
|
|
|
<DocCardList />
|