mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 00:10:45 +02:00
fix retrieve group error: (#614)
- remove hardcoded gitlab provider url - update the gitlab identity provider documentation
This commit is contained in:
parent
47f9765a47
commit
53fd215148
2 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue