Class PublicKeyAsJWKSTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.jwt.tck.config.PublicKeyAsJWKSTest
-
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class PublicKeyAsJWKSTest extends org.jboss.arquillian.testng.Arquillian
Validate that the bundled mp.jwt.verify.publickey config property as a literal JWKS is used to validate the JWT which is signed with privateKey4k.pem
-
-
Constructor Summary
Constructors Constructor Description PublicKeyAsJWKSTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchive
createDeploymentJWKS()
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.void
testKeyAsJWKS()
-
-
-
Method Detail
-
createDeploymentJWKS
@Deployment(name="jwks") public static org.jboss.shrinkwrap.api.spec.WebArchive createDeploymentJWKS() 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
-
-