Commit 755e355

mo khan <mo@mokhan.ca>
2025-03-27 20:16:08
docs: note that grpc is for authz
1 parent 1502563
Changed files (1)
doc
share
doc/share/authz/DESIGN.md
@@ -43,18 +43,20 @@
  | API Gateway |
  ---------------
         |
-        |    -----------------------------
-        |--->| IdP (saml, oidc)          |
-        |    -----------------------------
-        |    | :http   | :grpc (Policy|  |
-        |    -----------------------------
-        |        A         A
-   -----------   |         |
-   |         |   |         |
-   V         V   |         |
- ------    ------------    |
- | UI |    | REST API |----|
- ------    ------------
+        |    ---------------------------------
+        |    | IdP (saml, oidc)              |
+        |    |-------------------------------|
+        |--->| :http (authn) | :grpc (authz) |
+        |    ---------------------------------
+        |                        A
+   -----------                   |
+   |         |                   |
+   V         V                   |
+ ------    ------------          |
+ | UI |    | REST API |----------|
+ ------    ------------          |
+   |                             A
+   |---->----------->------------|
 
 [UI]: ui.example.com
 [REST API]: api.example.com