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