MicroProfile JSON Web Token1.11.0
MicroProfile JSON Web Token
1.1
1.0
This feature enables web applications or microservices to use the Eclipse JSON Web Token 1.1 specification to authenticate users instead of, or in addition to, the configured user registry.
Enabling this feature
To enable the MicroProfile JSON Web Token 1.1 feature, add the following element declaration into your server.xml
file, inside the featureManager
element:
<feature>mpJwt-1.1</feature>
Stable API packages provided by this feature
-
org.eclipse.microprofile.auth
-
org.eclipse.microprofile.jwt