Skip to content

Commit

Permalink
docs: jwks_uri addition to OAUTH provider (apache#24928)
Browse files Browse the repository at this point in the history
  • Loading branch information
kravi21 authored Sep 19, 2023
1 parent 5cc0feb commit a724850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/installation/configuring-superset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ OAUTH_PROVIDERS = [
'access_token_params':{ # Additional parameters for calls to access_token_url
'client_id':'myClientId'
},
'jwks_uri':'https://myAuthorizationServe/adfs/discovery/keys', # may be required to generate token
'access_token_headers':{ # Additional headers for calls to access_token_url
'Authorization': 'Basic Base64EncodedClientIdAndSecret'
},
Expand Down

0 comments on commit a724850

Please sign in to comment.