diff --git a/docs/en_US/oauth2.rst b/docs/en_US/oauth2.rst index ca03905c7..5a83de72c 100644 --- a/docs/en_US/oauth2.rst +++ b/docs/en_US/oauth2.rst @@ -43,7 +43,9 @@ and modify the values for the following parameters: Redirect URL ============ -The redirect url to configure Oauth2 server is *http:///oauth2/authorize* +The redirect url to configure Oauth2 server is *:///oauth2/authorize* +After successful application authorization, the authorization server will redirect the user back to the pgAdmin url +specified here. Select https scheme if your pgAdmin server serves over https protocol otherwise select http. Master Password ===============