summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 786b877f..c536fbcb 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
# authzd - Authorization Daemon
-This repository host a minimal PDP service used for making authorization
-decisions via a [Twirp RPC][1] endpoint.
+## Overview
+
+The system processes authorization requests from user agents and updates access control lists (ACLs) in response to identity changes.
+It integrates with an identity provider (IdP) and uses message queues to stay in sync with membership data.
## Architecture