mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
Pomerium is an identity and context-aware access proxy.
Google only provide refresh_token on the first authorization from the user. If user clears cookies, re-authorization will not bring back refresh_token. A work around to this is to add prompt=consent to the OAuth redirect URL and will always return a refresh_token. Fixes Issue #80 |
||
---|---|---|
.github | ||
authenticate | ||
authorize | ||
cmd/pomerium | ||
docs | ||
helm | ||
internal | ||
proto | ||
proxy | ||
scripts | ||
.codecov.yml | ||
.firebaserc | ||
.gitignore | ||
.travis.yml | ||
3RD-PARTY | ||
CHANGELOG.md | ||
Dockerfile | ||
env.example | ||
firebase.json | ||
go.mod | ||
go.sum | ||
LICENSE | ||
Makefile | ||
policy.example.yaml | ||
README.md | ||
VERSION |
Pomerium
Pomerium is a tool for managing secure access to internal applications and resources.
Use Pomerium 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.
- an alternative to a VPN.
Check out awesome-zero-trust to learn more about some of the problems Pomerium attempts to address.
Docs
To get started with pomerium, check out our quick start guide.
For comprehensive docs, and tutorials see our documentation and the godocs.