mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-08 23:06:03 +02:00
|
||
---|---|---|
.. | ||
identity-providers | ||
quick-start | ||
reference | ||
background.md | ||
CHANGELOG.md | ||
readme.md | ||
releases.md | ||
upgrading.md |
title | lang | sidebarDepth | meta | |||||
---|---|---|---|---|---|---|---|---|
Overview | en-US | 0 |
|
Overview
What is Pomerium?
Pomerium is an identity-aware proxy that enables secure access to internal applications. Pomerium provides a standardized interface to add access control to applications regardless of whether the application itself has authorization or authentication baked-in. Pomerium gateways both internal and external requests, and can be used in situations where you'd typically reach for a VPN.
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.
- aggregate access logs and telemetry data.
- a VPN alternative.
Architecture
In action
To make this a bit more concrete, see the following short video which demonstrates:
- An unauthorized user authenticating with their corporate single-sign-on provider (in this case Google)
- The unauthorized user being blocked from a protected resource.
- The unauthorized user signing out from their session.
- An authorized user authenticating with their corporate single-sign-on provider.
- Pomerium delegating and grating access to the requested resource.
- The authorized user inspecting their user details including group membership.