fix retrieve group error: (#614)

- remove hardcoded gitlab provider url
 - update the gitlab identity provider documentation
This commit is contained in:
Ogundele Olumide 2020-04-16 19:51:03 +01:00 committed by GitHub
parent 47f9765a47
commit 53fd215148
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -25,8 +25,9 @@ Field | Description
------------ | --------------------------------------------
Name | The name of your web app
Redirect URI | `https://${authenticate_service_url}/oauth2/callback`
Scopes | **Must** select **read_user** and **openid**
Scopes | **Must** select **openid**, **read_user** and **api**
If no scopes are set, we will use the following scopes: `openid`, `api`, `read_user`, `profile`, `email`.
Your `Client ID` and `Client Secret` will be displayed like below: