mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-17 08:38:15 +02:00
change gitlab group unique identifier from name to ID (#571)
This commit is contained in:
parent
4c5d2d8020
commit
3c6431e5bc
2 changed files with 22 additions and 53 deletions
|
@ -23,11 +23,13 @@ Name | The name of your web app
|
|||
Redirect URI | `https://${authenticate_service_url}/oauth2/callback`
|
||||
Scopes | **Must** select **read_user** and **openid**
|
||||
|
||||
[Group ID](https://docs.gitlab.com/ee/api/groups.html#details-of-a-group) will be used to affirm group(s) a user belongs to.
|
||||
|
||||
Your `Client ID` and `Client Secret` will be displayed:
|
||||
|
||||

|
||||
|
||||
Set `Client ID` and `Client Secret` in Pomerium's settings. Your [environmental variables] should look something like this.
|
||||
Set `Client ID` and `Client Secret` in Pomerium's settings. Your environment variables should look something like this.
|
||||
|
||||
```bash
|
||||
authenticate_service_url: https://authenticate.localhost.pomerium.io
|
||||
|
@ -38,4 +40,4 @@ idp_client_secret: "REDACTED" // gitlab application secret
|
|||
|
||||
When a user first uses pomerium to login, they will be presented with an authorization screen similar to the following depending on the scope parameters setup.
|
||||
|
||||

|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue