docs: clarify device identity, not state, via client certs (#2428)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2021-08-03 18:46:14 -07:00 committed by GitHub
parent 335925d94a
commit c0f9de2a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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)