Access requirements
Required privileges
The Enterprise Administrator API requires privilege-based access. An administrator must be assigned a specific user privilege, or role, to access any given endpoint. Listed below are the user privileges or roles an administrator can be assigned that provides access to this endpoint. If multiple privileges are listed, only one needs to be assigned to gain access.
Tokens
This API requires token-based authentication. A token is automatically generated for administrators who sign in to the Enterprise Administrator API directory's HTML interface. Tokens generated in this way are stored for the entirety of the session.
Those accessing the API directory outside of the HTML interface will need to acquire a session token from the generate operation in the Enterprise Directory API. For security reasons, all POST requests made to the Enterprise Administrator API must include a token in the request body.
Description
An individual certificate resource returns the details of a configured certificate for an organization.
Request parameters
| Parameter | Details |
|---|---|
| The response format. The default format is Values: |
Example usage
The following is a sample request URL used to access an individual identity certificate resource:
https://organization.example.com/<context>/admin/security/certificates/identity/cabf6af71-dc82-4b6b-854d-6f9fe6e64bd8?f=pjsonJSON Response example
{
"validUntilAsEpoch": 1933151563000,
"keyAlgorithm": "RSA",
"serialNumber": "178abe43781",
"keySize": 2048,
"subject": "CN=saml.default",
"subjectAlternativeNames": [],
"sha1Fingerprint": "75ea543024edc07116acde3d1df598416efd86c2",
"validFrom": "Wed Apr 07 10:32:43 UTC 2021",
"type": "IDENTITY",
"version": 3,
"md5Fingerprint": "116787abd37b628f4e5d7e044c2284fc",
"issuer": "CN=saml.default",
"signatureAlgorithm": "SHA256withRSA",
"keyUsage": [],
"name": "samlcert",
"sha256Fingerprint": "064c9b092d17485285b4dbcf218a3d9ee27ff01dec75ad166036716ae5a5dbaa",
"validUntil": "Sat Apr 05 10:32:43 UTC 2031",
"id": "cc1mm3jpkfkhnkx243mp1",
"validFromAsEpoch": 1617791563000
}