summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan Huot <JonathanHuot@users.noreply.github.com>2019-08-01 19:10:17 +0200
committerGitHub <noreply@github.com>2019-08-01 19:10:17 +0200
commitf74922bace5a6d28b8020d1688c40d03c6bceafc (patch)
treec2a60453c842e6085a52538c1ec5e0ca3ae69dee /docs
parent3de7007c6885f0ac23ff2c56d6a65d8f258600a2 (diff)
parentf516c1660e2608375bd6f65c1829caaf7301c426 (diff)
downloadoauthlib-f74922bace5a6d28b8020d1688c40d03c6bceafc.tar.gz
Merge branch 'master' into docs-flows-hooksdocs-flows-hooks
Diffstat (limited to 'docs')
-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
----------------------------------------------------