Viewing Details of an Issuer
Use the get /v1/cckm/oci/issuers/{id}
API to view the details of an issuer with the given id.
Syntax
curl -k 'https://127.0.0.1/api/v1/cckm/oci/issuers/1f5d5266-f84d-4cde-a03d-e3fb8aac6a83' -H 'Authorization: Bearer AUTHTOKEN' -H 'accept: application/json' --compressed
Here, {id}
is the resource ID of the issuer on the CipherTrust Manager.
Request Parameters
Parameter | Type | Description |
---|---|---|
AUTHTOKEN | string | Authentication token. |
Example Request
curl -k 'https://127.0.0.1/api/v1/cckm/oci/issuers/1f5d5266-f84d-4cde-a03d-e3fb8aac6a83' -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOiIzNmYwYTFlMS1jMzIzLTQ1MDctODY3NC00NzlmZTMzNTJmNWEiLCJzdWIiOiJsb2NhbHxiMzVkNmEyZS05NmRiLTQzMzItOTRjNy00Y2Q5NjI1N2U3ZTgiLCJpc3MiOiJreWxvIiwiYWNjIjoia3lsbyIsInByZWZlcnJlZF91c2VybmFtZSI6ImFkbWluIiwiY3VzdCI6eyJkb21haW5faWQiOiIwMDAwMDAwMC0wMDAwLTAwMDAtMDAwMC0wMDAwMDAwMDAwMDAiLCJncm91cHMiOlsiYWRtaW4iXSwic2lkIjoiYzEyYWMzZWEtNWM0Yi00ZTM2LWJjMGYtNGY4MzExY2JkOGRjIiwiem9uZV9pZCI6IjAwMDAwMDAwLTAwMDAtMDAwMC0wMDAwLTAwMDAwMDAwMDAwMCJ9LCJqd3RpZCI6ImJkZDFlMzEyLThiNjMtNDUyYS1iYjc3LWRmNGVhNjg1YjIyNyIsImlhdCI6MTY2NTU2NzQ3MiwiZXhwIjoxNjY1NTY3NzcyfQ.NPHc2j_eHQK75uIb2gaXICVbamNaa4DBKjFnx3e0FFI' -H 'accept: application/json' --compressed
Example Response
{
"id": "9a82d3cc-c79f-478f-b6f6-c3b480c0b400",
"uri": "kylo:kylo:cckm:abcd",
"account": "kylo:kylo:admin:accounts:kylo",
"createdAt": "2022-09-22T21:22:03.959447Z",
"updatedAt": "2022-09-22T21:24:35.503393Z",
"name": "issuerOne",
"openid_config_url": "https://www.example.com",
"issuer": "issuer",
"jwks_uri": "https://www.example.com",
"jwks_uri_protected": true,
"client_id": "clientId"
}
Response Codes
Response Code | Description |
---|---|
2xx | Success |
4xx | Client errors |
5xx | Server errors |
Refer to HTTP status codes for details.