diff --git a/README.md b/README.md index a647fdb76697f..5b6e580e423da 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Teleport focuses on best practices for infrastructure security: - No need to manage shared secrets such as SSH keys or Kubernetes tokens: it uses certificate-based auth with certificate expiration for all protocols. - Two-factor authentication (2FA) for everything. - Collaboratively troubleshoot issues through session sharing. -- Single sign-on (SSO) for everything via GitHub Auth, OpenID Connect, or SAML with endpoints like Okta or Active Directory. +- Single sign-on (SSO) for everything via GitHub Auth, OpenID Connect, or SAML with endpoints like Okta or Microsoft Entra ID. - Infrastructure introspection: Use Teleport via the CLI or Web UI to view the status of every SSH node, database instance, Kubernetes cluster, or internal web app. Teleport uses [Go crypto](https://godoc.org/golang.org/x/crypto). It is _fully compatible with OpenSSH_, `sshd` servers, and `ssh` clients, Kubernetes clusters and more. @@ -87,7 +87,7 @@ Teleport uses [Go crypto](https://godoc.org/golang.org/x/crypto). It is _fully c ## Installing and Running To set up a single-instance Teleport cluster, follow our [getting started -guide](https://goteleport.com/docs/get-started). You can then register your +guide](https://goteleport.com/docs/admin-guides/deploy-a-cluster/linux-demo/). You can then register your servers, Kubernetes clusters, and other infrastructure with your Teleport cluster.