[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user