When I try to save JWKS URI endpoint for the our c...
# general
y
When I try to save JWKS URI endpoint for the our client, i am getting error message: Invalid additional property "jwksUri" I am trying to save something https://domain.com/medplum/.well-known/jwks.json
y
ends with 7b92
Copy code
{
  "resourceType": "OperationOutcome",
  "id": "e24e90bb-48ad-4128-8eb1-bd03f51a3001",
  "issue": [
    {
      "severity": "error",
      "code": "structure",
      "details": {
        "text": "Invalid additional property \"jwksUri\""
      },
      "expression": [
        "jwksUri"
      ]
    }
  ]
}
r
Ok let me look into this - I may have to file a ticket for it
I'm sorry about the inconvenience
y
no worries
r
@yury.starav I've filed the ticket here, and I'll let you know when we have an update
Hi @yury.starav , this has now been fixed with this PR (https://github.com/medplum/medplum/pull/1393) You should now be able to set the jwksURI
y
I checked and it works now thank you @rahul1
181 Views