From 05ddb363fc9f8d2c0adb853267e8b0e8c632f4de Mon Sep 17 00:00:00 2001 From: Daniel Ahn Date: Mon, 11 Jul 2022 13:11:40 -0400 Subject: [PATCH] Update security.rst --- docs/source/operators/security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/operators/security.rst b/docs/source/operators/security.rst index 04568cb80f..d89ba4adcb 100644 --- a/docs/source/operators/security.rst +++ b/docs/source/operators/security.rst @@ -101,7 +101,7 @@ as all requests requiring _authorization_ must first complete _authentication_. Identity Providers ****************** -The :class:`.IdentityProvider` class is responsible for the "authorization" step, +The :class:`.IdentityProvider` class is responsible for the "authentication" step, identifying the user making the request, and constructing information about them.