Files
teleport/docs/pages/zero-trust-access/authentication/authentication.mdx
T
Paul Gottschling 625f63087a Enable Docusaurus tagging in docs frontmatter (#58660)
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.
2025-09-05 12:43:55 +00:00

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 />