v1

latestOpenAPI 3.0.1Apache 2.02026-07-1759153352.8 KB
External JWT Signer

List Client Authentication External JWT

Retrieves a list of external JWT signers for authentication

get/external-jwt-signers

Query parameters

limitinteger
offsetinteger
filterstring

Response

A list of External JWT Signers

Example response

{
  "data": [
    {
      "audience": "audience",
      "clientId": "clientId",
      "externalAuthUrl": "http://example.com/aeiou",
      "enrollToTokenEnabled": true,
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "targetToken": "ACCESS",
      "enrollToCertEnabled": true,
      "tags": {},
      "createdAt": "2000-01-23T04:56:07.000+00:00",
      "openIdConfigurationUrl": "openIdConfigurationUrl",
      "name": "MyApps Signer",
      "id": "id",
      "scopes": [
        "scopes",
        "scopes"
      ],
      "updatedAt": "2000-01-23T04:56:07.000+00:00"
    },
    {
      "audience": "audience",
      "clientId": "clientId",
      "externalAuthUrl": "http://example.com/aeiou",
      "enrollToTokenEnabled": true,
      "_links": {
        "key": {
          "method": "method",
          "comment": "comment",
          "href": "https://openapi-generator.tech"
        }
      },
      "targetToken": "ACCESS",
      "enrollToCertEnabled": true,
      "tags": {},
      "createdAt": "2000-01-23T04:56:07.000+00:00",
      "openIdConfigurationUrl": "openIdConfigurationUrl",
      "name": "MyApps Signer",
      "id": "id",
      "scopes": [
        "scopes",
        "scopes"
      ],
      "updatedAt": "2000-01-23T04:56:07.000+00:00"
    }
  ],
  "meta": {
    "apiEnrollmentVersion": "apiEnrollmentVersion",
    "apiVersion": "apiVersion",
    "pagination": {
      "offset": 6.027456183070403,
      "limit": 0.8008281904610115,
      "totalCount": 1.4658129805029452
    },
    "filterableFields": [
      "filterableFields",
      "filterableFields"
    ]
  }
}