diff --git a/docs/src/pages/docs/installation/configuring.mdx b/docs/src/pages/docs/installation/configuring.mdx index 03eeb926f2..52c80b6e65 100644 --- a/docs/src/pages/docs/installation/configuring.mdx +++ b/docs/src/pages/docs/installation/configuring.mdx @@ -122,9 +122,9 @@ OAUTH_PROVIDERS = [ 'token_key':'access_token', # Name of the token in the response of access_token_url 'icon':'fa-address-card', # Icon for the provider 'remote_app': { - 'consumer_key':'myClientId', # Client Id (Identify Superset application) - 'consumer_secret':'MySecret', # Secret for this Client Id (Identify Superset application) - 'request_token_params':{ + 'client_id':'myClientId', # Client Id (Identify Superset application) + 'client_secret':'MySecret', # Secret for this Client Id (Identify Superset application) + 'client_kwargs':{ 'scope': 'read' # Scope for the Authorization }, 'access_token_method':'POST', # HTTP Method to call access_token_url