]
Darran Lofthouse reassigned WFCORE-4483:
----------------------------------------
Assignee: Martin Mazanek
Add support for missing MP-JWT requirements
-------------------------------------------
Key: WFCORE-4483
URL:
https://issues.jboss.org/browse/WFCORE-4483
Project: WildFly Core
Issue Type: Feature Request
Components: Security
Reporter: Farah Juma
Assignee: Martin Mazanek
Priority: Major
Labels: EAP-CD18
Fix For: 10.0.0.Beta1
There are two main things that are currently missing:
* Support for injection of the currently authenticated caller as a {{JsonWebToken}}
* The {{java.security.Principal}} returned from
{{javax.ws.rs.core.SecurityContext.getUserPrincipal()}} must be an instance of
{{org.eclipse.microprofile.jwt.JsonWebToken}}
More details can be found
[
here|https://www.eclipse.org/community/eclipse_newsletter/2017/september/...].