mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-05 12:23:03 +02:00
initial release
This commit is contained in:
commit
d56c889224
62 changed files with 8229 additions and 0 deletions
12
authorize/README.md
Normal file
12
authorize/README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Authorize
|
||||
|
||||
## What's this package do?
|
||||
The authorize packages makes a binary determination of access.
|
||||
|
||||
Authorization is on trust from:
|
||||
- Device state (vulnerability scanned?, MDM?, BYOD? Encrypted?)
|
||||
- User standing (HR status, Groups, etc)
|
||||
- Context (time, location, role)
|
||||
Driven by:
|
||||
- Dynamic "policy as code", fine grained policy
|
||||
- Machine Learning & anomaly detection based on multiple input sources
|
Loading…
Add table
Add a link
Reference in a new issue