returns the currently used certificate for signing SAML authentication requests
This request has no parameters.
Currently used certificate in PEM format
any
1
2
3
curl --request GET \
--url 'http://{baseurl}/rest/authconfig/latest/saml/certificate' \
--header 'Accept: application/json'
generates a new certificate for signing SAML authentication requests
This request has no parameters.
The new certificate in PEM format
any
1
2
3
curl --request POST \
--url 'http://{baseurl}/rest/authconfig/latest/saml/certificate/reset' \
--header 'Accept: application/json'
Rate this page: