Hi Ory team! We are facing an issue trying to add ...
# ory-network
b
Hi Ory team! We are facing an issue trying to add trusted relationship for JWT Issuer. Here is an example of request
Copy code
{
  "allow_any_subject": true,
  "expires_at": "2033-06-23T18:58:33.762Z",
  "issuer": "<https://our.issuer.com>",
  "scope": [
    "openid",
    "offline_access"
  ],
  "jwk": {
    "kid": "00df2246-9777-41f9-ab9c-431dcc8ab725",
    "alg": "ES256K",
    "use": "sig",
    "kty": "EC",
    "crv": "secp256k1",
    "x": "TfERtUKAHBuDGOg2j_Yub1SSQsrCyzZvnsSzkhRwmME",
    "y": "ACoPiVdJpBKQ6nVylA6TBGw7mkwXR7bFtWqJ2iCVtW8"
  }
}
And response that we get along with InternalServerError :
Copy code
{
  "error": "error",
  "error_description": "The error is unrecognizable"
}
Previously we successfully created trusted relationships using the same process. Can anyone help find the reason for this error?
@fast-lunch-54279 @bland-eye-99092 @high-optician-2097 could you advice what is the right channel/person to ask this question?
f
what's the response code? do you get a 400 or 500?
b
I get 500
f
@famous-art-85498 can your team please look into it - new 500 error
@busy-yacht-34077 best channel is to file a github issue in ory/network, that's easier for us to stay on top of. thanks!
👌 1
b
Corresponding issue is created https://github.com/ory/network/issues/310
f
Thank you!