From e73b45753e1f99d37a82d3b15be36eead47ec71b Mon Sep 17 00:00:00 2001 From: Thomas Rittson Date: Mon, 19 Aug 2024 15:04:55 +1000 Subject: [PATCH] add link --- docs/architecture/adr/0022-server-authorization.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/architecture/adr/0022-server-authorization.md b/docs/architecture/adr/0022-server-authorization.md index 251ae674..7a078b47 100644 --- a/docs/architecture/adr/0022-server-authorization.md +++ b/docs/architecture/adr/0022-server-authorization.md @@ -118,8 +118,9 @@ calls each authorization handler for the resource to find at least 1 that will a Third party solutions include: -- [OpenFGA](https://openfga.dev), an open-source implementation of Google's Zanzibar authorization - system (used in Google Docs) +- [OpenFGA](https://openfga.dev), an open-source implementation of Google's + [Zanzibar authorization system](https://research.google/pubs/zanzibar-googles-consistent-global-authorization-system/) + (used in Google Docs) - [Casbin](https://casbin.org/), an open-source authorization library supporting a variety of different models