fix gitlab/README.MD
This commit is contained in:
@@ -8,15 +8,16 @@
|
||||
Для запуска понадобиться обзавестить своим **GitLab**.
|
||||
|
||||
1. Переходим в [Applications](https://gitlab.com/-/profile/applications)
|
||||

|
||||
|
||||

|
||||
2. Заполняем обязательно следующие поля
|
||||
- **Name**: `MY_OAUTH2-APP`
|
||||
- **Redirect URI**: `http://127.0.0.1:8080/login/oauth2/code/gitlab`
|
||||
- **Scopes**: `read_user`
|
||||

|
||||
- **Name**: `MY_OAUTH2-APP`
|
||||
- **Redirect URI**: `http://127.0.0.1:8080/login/oauth2/code/gitlab`
|
||||
- **Scopes**: `read_user`
|
||||

|
||||
|
||||
3. Получаем **Client secret/Client ID**
|
||||

|
||||

|
||||
|
||||
### Настройка Spring
|
||||
Открываем файл `src/main/resources/application.yml` и указываем там **Client ID** и **Client secrets**:
|
||||
|
||||
Reference in New Issue
Block a user