Fetch SAML Signer Certificate SHA-256 Fingerprint
The endpoint provides the SAML Signer Certificate SHA-256 Fingerprint.
This value is required by some applications like Zendesk, during integration.
For authorization, a JWT is required.
HTTP request
GET https://${instanceId}.id.nevis.cloud/nevis/api/v1/certs/signer
HTTP response
On success
HTTP/1.1 200
is returned.
Parameters
Parameter | In | Description |
---|---|---|
sha256 String | body | The value of the fingerprint |
Example
{
"sha256": "D0:8B:50:2C:87:0D:17:54:55:CF:BB:31:BE:04:E7:AE:41:87:08:0F:EA:5E:9B:3E:42:EA:C3:FF:07:7C:FA:2E"
}
On failure
HTTP/1.1 401
is returned if the authorization failed due to an invalid JWT.
HTTP/1.1 500
is returned if an unexpected error occurred.
Feedback
Was this page helpful?