Certificate (Identity)

URL:
https://<root>/security/certificates/identity/<certificateID>
Methods:
GET
Operations:
Delete
Required Capability:
Access allowed with the "Security and infrastructure" privilege
Version Introduced:
10.9

Description

An individual certificate resource returns the details of a configured certificate for an organization.

Request parameters

ParameterDetails

f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access an individual identity certificate resource:

1
https://organization.domain.com/context/admin/security/certificates/identity/cabf6af71-dc82-4b6b-854d-6f9fe6e64bd8?f=pjson

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "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
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close