oAuth2
Get Trusted OAuth2 JWT Bearer Grant Type Issuer
Use this endpoint to get a trusted JWT Bearer Grant Type Issuer. The ID is the one returned when you created the trust relationship.
get/admin/trust/grants/jwt-bearer/issuers/{id}
Path parameters
idstring required
The id of the desired grant
Response
trustedOAuth2JwtGrantIssuer
Example response
{
"public_key": {
"set": "https://jwt-idp.example.com",
"kid": "123e4567-e89b-12d3-a456-426655440000"
},
"expires_at": "2000-01-23T04:56:07.000+00:00",
"subject": "mike@example.com",
"scope": [
"openid",
"offline"
],
"created_at": "2000-01-23T04:56:07.000+00:00",
"id": "9edc811f-4e28-453c-9b46-4de65f00217f",
"allow_any_subject": true,
"issuer": "https://jwt-idp.example.com"
}Changes
Changed in 2 of the 15 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 39 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 61 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲