Fixes #7019 operation name export operation (#7020)
commit52befd14e5607191f68ed777cc7da038f0b83911
authorStephen Nielson <snielson@discoverandchange.com>
Tue, 14 Nov 2023 06:54:57 +0000 (14 01:54 -0500)
committerGitHub <noreply@github.com>
Tue, 14 Nov 2023 06:54:57 +0000 (13 22:54 -0800)
treecaab65a918dde8b6056c30e2b55dff2ca32fa681
parent4ca1b35d3a7dedc1af3892a734af9e70a6efc7b2
Fixes #7019 operation name export operation (#7020)

Fixes the export operation name to be 'export' which is the expected
name coming from the OperationDefinition.code property for the $export
operation for Patient/Group/System export.

Also added a few more debug logs to the json key stuff to help with
debugging.
src/Common/Auth/OpenIDConnect/JWT/JsonWebKeySet.php
src/Common/Auth/OpenIDConnect/JWT/RsaSha384Signer.php
src/RestControllers/RestControllerHelper.php