Python
import requests url = "https://{FUSION HOST}/api/oauth2/jwk" response = requests.get(url) print(response.json())
{ "empty": true }
Get the Java Web Key (JWK), if configured, for Fusion token validation.
OK
Was this page helpful?