GitHub user cotnic opened a pull request:
https://github.com/apache/tomee/pull/342
TOMEE-2332 MP-jwt-jwk example
Implemented the MP-jwt for JWKs public key example.
Also included the usage of MP-rest-client for testing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cotnic/tomee TOMEE-2332
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/342.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #342
----
commit 6fcafa431535e0d2ff25606b57353726cf09acd4
Author: cotnic <mitja@...>
Date: 2018-12-29T08:11:09Z
created REST service.
TODO: Implement the JWT JWK functionalities
commit d267983ae3c2c9ee1805a01016829f2ea7d36192
Author: cotnic <mitja@...>
Date: 2019-01-02T10:13:25Z
TOMEE-2332: example for JWKs usage in MicroProfile JWT with TomEE
----
---