Class PublicKeyAsBase64JWKTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class PublicKeyAsBase64JWKTest
    extends org.jboss.arquillian.testng.Arquillian
    Validate that the bundled mp.jwt.verify.publickey config property as a base64 encoded literal JWK is used to validate the JWT which is signed with privateKey4k.pem
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jboss.arquillian.testng.Arquillian

        org.jboss.arquillian.testng.Arquillian.UpdateResultListener
    • Field Summary

      • Fields inherited from class org.jboss.arquillian.testng.Arquillian

        ARQUILLIAN_DATA_PROVIDER
    • Constructor Detail

      • PublicKeyAsBase64JWKTest

        public PublicKeyAsBase64JWKTest()
    • Method Detail

      • createDeploymentJWK

        @Deployment(name="jwk")
        public static org.jboss.shrinkwrap.api.spec.WebArchive createDeploymentJWK()
                                                                            throws IOException
        Create a CDI aware base web application archive that includes an embedded JWKS public key that is included as the mp.jwt.verify.publickey property. The root url is /jwks
        Returns:
        the base base web application archive
        Throws:
        IOException - - on resource failure
      • testKeyAsBase64JWK

        @RunAsClient
        public void testKeyAsBase64JWK()
                                throws Exception
        Throws:
        Exception