GitHub user cotnic opened a pull request:
https://github.com/apache/tomee/pull/339
TOMEE-2334 MP-jwt-principal example
Implemented the MP-jwt for principal injection 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-2334
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tomee/pull/339.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 #339
----
commit 83a1a56d5c44fce919edb2c8cdc236042eefa8bf
Author: cotnic <mitja@...>
Date: 2018-12-31T18:25:50Z
TOMEE-2334: example for Principal usage in MicroProfile JWT with TomEE
commit d459c0a80a9564dadce08a41f74490e2a110e8a4
Author: cotnic <mitja@...>
Date: 2018-12-31T20:06:34Z
TOMEE-2334: implementation of test for nonAuthorized access.
----
---