From c0f9de2a4653d4adc7254a27ac7f20fe9733b606 Mon Sep 17 00:00:00 2001 From: bobby <1544881+desimone@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:46:14 -0700 Subject: [PATCH] docs: clarify device identity, not state, via client certs (#2428) Signed-off-by: Bobby DeSimone --- README.md | 2 +- docs/docs/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 688de9d5a..9d3331846 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Pomerium is an identity-aware proxy that enables secure access to internal appli Pomerium can be used to: - provide a **single-sign-on gateway** to internal applications. -- enforce **dynamic access policy** based on **context**, **identity**, and **device state**. +- enforce **dynamic access policy** based on **context**, **identity**, and **device identity**. - aggregate access logs and telemetry data. - a **VPN alternative**. diff --git a/docs/docs/readme.md b/docs/docs/readme.md index 1931e8061..e424b440d 100644 --- a/docs/docs/readme.md +++ b/docs/docs/readme.md @@ -18,7 +18,7 @@ Pomerium is an identity-aware proxy that enables secure access to internal appli Pomerium can be used to: - provide a **single-sign-on gateway** to internal applications. -- enforce **dynamic access policy** based on **context**, **identity**, and **device state**. +- enforce **dynamic access policy** based on **context**, **identity**, and **device identity**. - aggregate access logs and telemetry data. - perform delegated user authorization for service-based authorization systems: - [Istio](/guides/istio.md)