summaryrefslogtreecommitdiff
path: root/docs/oauth2/oidc/validator.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth2/oidc/validator.rst')
-rw-r--r--docs/oauth2/oidc/validator.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/oauth2/oidc/validator.rst b/docs/oauth2/oidc/validator.rst
index 7a6f574..17f5825 100644
--- a/docs/oauth2/oidc/validator.rst
+++ b/docs/oauth2/oidc/validator.rst
@@ -20,6 +20,7 @@ Into
from oauthlib.openid import RequestValidator
Then, you have to implement the new RequestValidator methods as shown below.
+Note that a new UserInfo endpoint is defined and need a new controller into your webserver.
RequestValidator Extension
----------------------------------------------------