This is an automated email from the ASF dual-hosted git repository.
srini pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new ff90348 docs: fix custom oauth config (#14997)
ff90348 is described below
commit ff903486a851760e108b2e841e6a17348b3a9523
Author: ʈᵃᵢ <[email protected]>
AuthorDate: Fri Jun 4 18:44:27 2021 -0700
docs: fix custom oauth config (#14997)
---
docs/src/pages/docs/installation/configuring.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/pages/docs/installation/configuring.mdx
b/docs/src/pages/docs/installation/configuring.mdx
index c725bf5..53340a5 100644
--- a/docs/src/pages/docs/installation/configuring.mdx
+++ b/docs/src/pages/docs/installation/configuring.mdx
@@ -134,7 +134,7 @@ OAUTH_PROVIDERS = [
'access_token_headers':{ # Additional headers for calls to
access_token_url
'Authorization': 'Basic Base64EncodedClientIdAndSecret'
},
-
'base_url':'https://myAuthorizationServer/oauth2AuthorizationServer/',
+
'api_base_url':'https://myAuthorizationServer/oauth2AuthorizationServer/',
'access_token_url':'https://myAuthorizationServer/oauth2AuthorizationServer/token',
'authorize_url':'https://myAuthorizationServer/oauth2AuthorizationServer/authorize'
}