From 62f696b1a31c22590ec64a0dd86e6ae0f549b977 Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 13 Jan 2023 17:06:41 +0100 Subject: [PATCH] [Docs] Gitlab Auth needs read_api to otherwise it gives a weird error with The requested scope is invalid, unknown, or malformed. Signed-off-by: Dominik --- docs/auth/gitlab/provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth/gitlab/provider.md b/docs/auth/gitlab/provider.md index 15488bc4c1..5041e161c5 100644 --- a/docs/auth/gitlab/provider.md +++ b/docs/auth/gitlab/provider.md @@ -18,7 +18,7 @@ Settings for local development: - Name: Backstage (or your custom app name) - Redirect URI: `http://localhost:7007/api/auth/gitlab/handler/frame` -- Scopes: `read_user` +- Scopes: `read_api` and `read_user` ## Configuration