[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 <dominik@pfaffenbauer.at>
This commit is contained in:
Dominik
2023-01-13 17:06:41 +01:00
committed by GitHub
parent 61ee43ad5b
commit 62f696b1a3
+1 -1
View File
@@ -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