mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Introduced OAUTH2_SCOPE variable for the Oauth2 scope configuration. Fixes #6627
This commit is contained in:
committed by
Akshay Joshi
parent
620e3a803d
commit
d13d2c6dda
@@ -58,6 +58,7 @@ class Oauth2LoginMockTestCase(BaseTestGenerator):
|
||||
'https://github.com/login/oauth/authorize',
|
||||
'OAUTH2_API_BASE_URL': 'https://api.github.com/',
|
||||
'OAUTH2_USERINFO_ENDPOINT': 'user',
|
||||
'OAUTH2_SCOPE': 'email profile',
|
||||
'OAUTH2_ICON': 'fa-github',
|
||||
'OAUTH2_BUTTON_COLOR': '#3253a8',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user