Viewing Details of a Salesforce Issuer
Use the get /v1/cckm/sfdc/issuers/{id}
API to view the details of an Salesforce issuer with the given id.
Syntax
curl -k '<IP>/api/v1/cckm/sfdc/issuers/{id}' -H 'Authorization: Bearer AUTHTOKEN' --compressed
Here, {id} represents the ID of the Salesforce Issuer on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authorization token. |
Example Request
curl -k 'https://127.0.0.1/api/v1/cckm/sfdc/issuers/asd121' -H 'Authorization: Bearer eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIxYjQ0YmEyNi03YjJhLTQ1NDItOWI1NS0zMjU4NDJkZTJjMDUiLCJzdWIiOiJsb2NhbHxjMGIzNmIxZi1kODdjLTQ5MTctYTUxNy03MjY0MmNkZWM1OTIiLCJpc3MiOiJreWxvIiwiYWNjIjoia3lsbyIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiY3VzdCI6eyJjbGllbnRfaWQiOiI4MzdjODQwZC03NWRkLTRiNGYtYTMxOC03OWNiMTZjYTI0OGQiLCJjbGllbnRfbmFtZSI6ImFwaS1wbGF5Z3JvdW5kIiwiY2xpZW50X3R5cGUiOiJwdWJsaWMiLCJkb21haW5faWQiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJncm91cHMiOlsiYWRtaW4iXSwic2lkIjoiODM3Yzg0MGQtNzVkZC00YjRmLWEzMTgtNzljYjE2Y2EyNDhkIiwiem9uZV9pZCI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCJ9LCJqd3RpZCI6IjkyNmRhMzM0LWQ3ZGUtNDM3Ny1hMDZmLTAxY2QxN2M0ODU0MSIsImlhdCI6MTcyMDUzMjEzNCwiZXhwIjoxNzIwNTMyNDM0fQ.PcFjFIb3CwmLCoWfl8w--UUwJHN6woEAVtn43gQHgRvuwiHo480NN17qstUnF1LQ6wkph2C6LVJAe0TEhBvvXw' -H 'accept: application/json' --compressed
Example Response
{
"id": "632c68fa-e14d-4f69-be41-a7ca84e1f750",
"uri": "kylo:kylo:cckm:sfdc-issuer:issuertwo2-632c68fa-e14d-4f69-be41-a7ca84e1f750",
"account": "kylo:kylo:admin:accounts:kylo",
"createdAt": "2024-06-06T10:44:04.733321Z",
"updatedAt": "2024-06-06T10:44:04.733321Z",
"name": "issuerTwo2",
"openid_config_url": "https://www.example.com/openid-configuration",
"issuer": "https://issuer.com",
"jwks_uri": "https://www.example.com/jwks.json"
}
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.