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