From d20eb1950e39467165f92098134ea518e00d873c Mon Sep 17 00:00:00 2001 From: "Victor Adossi (\"vados\")" Date: Fri, 23 Feb 2024 02:01:35 +0900 Subject: [PATCH] fix(docs): AuthZ mentioned instead of AuthN (#654) --- docs/content/authorization-and-openfga.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/authorization-and-openfga.mdx b/docs/content/authorization-and-openfga.mdx index 6a9e1f23e..8053379b8 100644 --- a/docs/content/authorization-and-openfga.mdx +++ b/docs/content/authorization-and-openfga.mdx @@ -23,7 +23,7 @@ OpenFGA reies on several understandings of [authorization](#authentication-vs-au [**Authentication**](https://auth0.com/intro-to-iam/what-is-authentication/) (or **AuthN**) ensures a user's identity. [**Authorization**](https://en.wikipedia.org/wiki/Authorization) (or **AuthZ**) determines if a user can perform a certain action on a particular resource. -For example, when you log in to Google, Authorization verifies that your username and password are correct. Authorization checks if you can access a given Google service. [For more information about AuthN vs AuthZ, click here.](https://www.okta.com/identity-101/authentication-vs-authorization/). +For example, when you log in to Google, Authentication verifies that your username and password are correct. Authorization checks if you can access a given Google service. [For more information about AuthN vs AuthZ, click here.](https://www.okta.com/identity-101/authentication-vs-authorization/). ## What Is Fine-Grained Authorization?