List Trusted OAuth2 JWT Bearer Grant Type Issuers
GET {{baseUrl}}/admin/trust/grants/jwt-bearer/issuers?MaxItems=<long>&DefaultItems=<long>&issuer=<string>
Use this endpoint to list all trusted JWT Bearer Grant Type Issuers.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
MaxItems | string | ||
DefaultItems | string | ||
issuer | string | If optional "issuer" is supplied, only jwt-bearer grants with this issuer will be returned. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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"},{"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"}]