oAuth2
List Trusted OAuth2 JWT Bearer Grant Type Issuers
Use this endpoint to list all trusted JWT Bearer Grant Type Issuers.
get/admin/trust/grants/jwt-bearer/issuers
Query parameters
page_sizeinteger
Items per Page
This is the number of items per page to return. For details on pagination please head over to the pagination documentation.
page_tokenstring
Next Page Token
The next page token. For details on pagination please head over to the pagination documentation.
issuerstring
If optional "issuer" is supplied, only jwt-bearer grants with this issuer will be returned.
Response
trustedOAuth2JwtGrantIssuers
Example response
[
{
"id": "9edc811f-4e28-453c-9b46-4de65f00217f",
"issuer": "https://jwt-idp.example.com",
"public_key": {
"kid": "123e4567-e89b-12d3-a456-426655440000",
"set": "https://jwt-idp.example.com"
},
"scope": [
"openid",
"offline"
],
"subject": "mike@example.com"
}
]