Update documentation for OAuth2 authentication redirect url.#6644

This commit is contained in:
Yogesh Mahajan 2023-08-21 12:16:18 +05:30 committed by GitHub
parent 93525a6196
commit 7f5433b307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,9 @@ and modify the values for the following parameters:
Redirect URL
============
The redirect url to configure Oauth2 server is *http://<pgAdmin Server URL>/oauth2/authorize*
The redirect url to configure Oauth2 server is *<http/https>://<pgAdmin Server URL>/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
===============