Get Trusted OAuth2 JWT Bearer Grant Type Issuer

GET {{baseUrl}}/admin/trust/grants/jwt-bearer/issuers/:id

Use this endpoint to get a trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you created the trust relationship.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"allow_any_subject":"\u003cboolean\u003e","created_at":"\u003cdateTime\u003e","expires_at":"\u003cdateTime\u003e","id":"\u003cstring\u003e","issuer":"\u003cstring\u003e","public_key":{"kid":"\u003cstring\u003e","set":"\u003cstring\u003e"},"scope":["\u003cstring\u003e","\u003cstring\u003e"],"subject":"\u003cstring\u003e"}