Skip to content

Commit

Permalink
docs: fix custom oauth config (apache#14997)
Browse files Browse the repository at this point in the history
  • Loading branch information
nytai committed Jun 5, 2021
1 parent 8e7f023 commit ff90348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/installation/configuring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit ff90348

Please sign in to comment.