- basic-authentication The test sends a very basic signed JWT token to a protected servlet. The MP-JWT Auth implementation
checks if the token is valid and sets the authenticated identity from the
upn
field andgroups
field. Has a variant where the required public key is in the archive, and one where the key is obtained externally (from outside the archive). **jaxrs ** Just like basic-authentication, but uses a JAX-RS endpoint. Specifically demonstrates the support of @RolesAllowed to secure and endpoint.
New in JWT Auth 1.1 is that implementation specific config is not longer mandated. Note that WildFly still needs implementation specific config, but this is not mandated by the spec.
The public/private keys are taken from the MP-Auth TCK. See the following URLs: