From 081c7a1975719fa27103d30163d3553dc77bf3db Mon Sep 17 00:00:00 2001 From: Russ Garrett <russ@garrett.co.uk> Date: Wed, 23 Mar 2022 10:04:55 +0000 Subject: [PATCH] Add the allowed oauth2 scope to the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe0f1421..a1a59daa 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The services need to be setup to use the following URLs with the Authorization C * `/oauth2/token`: token request endpoint * `/oauth2/userinfo`: endpoint that provides information about the current user -The userinfo endpoint returns json data with the following structure: +The only OAuth2 scope supported is `profile`. The userinfo endpoint returns json data with the following structure: ``` { -- GitLab