Re: oauth2 patch

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема Re: oauth2 patch
Дата
Msg-id CANxoLDfnOgg2b3FQL0fNkiDie1oUmeX5YE4EqKUR5cMQCN9kMg@mail.gmail.com
обсуждение исходный текст
Ответ на oauth2 patch  (Florian Sabonchi <sabonchi@posteo.de>)
Ответы Re: oauth2 patch  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi Khushboo

Can you please review the patch?

On Sun, May 9, 2021 at 12:53 AM Florian Sabonchi <sabonchi@posteo.de> wrote:
Hello in this patch I have implemented OAuth2. Unfortunately I wasn't
sure how the test should look like, because I couldn't find anything in
the developer documentation, so I decided not to write one for now.

The configuration has to look like this here is an example for github:

OAUTH2_NAME = 'github'
OAUTH2_CLIENT_ID = 'secret'
OAUTH2_CLIENT_SECRET = 'secret'
OAUTH2_TOKEN_URL = 'https://github.com/login/oauth/access_token'
OAUTH2_AUTHORIZATION_URL = 'https://github.com/login/oauth/authorize'
OAUTH2_API_BASE_URL = 'https://api.github.com/'
OAUTH2_USERINFO_ENDPOINT = 'https://api.github.com/user'
OAUTH_ENDPOINT_NAME = 'user'




--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Florian Sabonchi
Дата:
Сообщение: oauth2 patch
Следующее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin 4][Patch] - Kerberos authentication phase 2 documentation