mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
docs: jwks_uri addition to OAUTH provider (#24928)
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user