Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/edge/client/v1/external-jwt-signers returns incomplete info #2490

Closed
ekoby opened this issue Oct 18, 2024 · 1 comment
Closed

/edge/client/v1/external-jwt-signers returns incomplete info #2490

ekoby opened this issue Oct 18, 2024 · 1 comment

Comments

@ekoby
Copy link
Member

ekoby commented Oct 18, 2024

compare ziti cli response with client REST API

% ziti edge list ext-jwt-signers -j | jq .
{
  "data": [
    {
      "_links": {
        "self": {
          "href": "./external-jwt-signers/7SGSGELYvIhs0lnHtCBFJJ"
        }
      },
      "createdAt": "2024-10-10T20:42:08.091Z",
      "id": "7SGSGELYvIhs0lnHtCBFJJ",
      "tags": {},
      "updatedAt": "2024-10-10T20:42:08.091Z",
      "audience": "openziti",
      "certPem": null,
      "claimsProperty": "email",
      "clientId": null,
      "commonName": "",
      "enabled": true,
      "externalAuthUrl": null,
      "fingerprint": null,
      "issuer": "https://keycloak.clint.demo.openziti.org:8446/realms/zitirealm",
      "jwksEndpoint": "https://keycloak.clint.demo.openziti.org:8446/realms/zitirealm/protocol/openid-connect/certs",
      "kid": null,
      "name": "keycloak-ext-jwt-signer",
      "notAfter": "0001-01-01T00:00:00.000Z",
      "notBefore": "0001-01-01T00:00:00.000Z",
      "scopes": null,
      "useExternalId": true
    }
  ],
  "meta": {
  }
}
% http --verify=no  https://localhost:1280/edge/client/v1/external-jwt-signers

{
    "data": [
        {
            "_links": {
                "self": {
                    "href": "./external-jwt-signers/7SGSGELYvIhs0lnHtCBFJJ"
                }
            },
            "createdAt": "2024-10-10T20:42:08.091Z",
            "externalAuthUrl": null,
            "id": "7SGSGELYvIhs0lnHtCBFJJ",
            "name": "keycloak-ext-jwt-signer",
            "scopes": null,
            "tags": {},
            "updatedAt": "2024-10-10T20:42:08.091Z"
        }
    ],
    "meta": {
    }
}
@ekoby
Copy link
Member Author

ekoby commented Oct 18, 2024

configuration was missing critical value externalAuthUrl

@ekoby ekoby closed this as completed Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant