curl --request GET \
--url https://{FUSION HOST}/oauth2/certificate
"<string>"
Returns certificate which can be use to validate signature of JWT or SAML requests
curl --request GET \
--url https://{FUSION HOST}/oauth2/certificate
"<string>"
OK
The response is of type string
.
Was this page helpful?