curl --request GET \
--url https://{FUSION HOST}/oauth2/jwk
{
"empty": true
}
Get the Java Web key for Fusion token validation
curl --request GET \
--url https://{FUSION HOST}/oauth2/jwk
{
"empty": true
}
OK
The response is of type object
.
Was this page helpful?