SecurityTestRule.JwtGenerator.withSignatureAlgorithm(JwtSignatureAlgorithm) and the given key.SecurityTest.setup()
method.SecurityTestRule.before()
method.SecurityTestRule.getWireMockServer() method instead. Note that
WireMockServer is the base class of WireMockRule.Token builder class to generate tokes for testing purposes.TokenAuthenticator that will be
used in the application server to authenticate the user via tokens retrieved
in the authorization header.JwtGenerator.withLocalScopes(String...) to create the local
scopes.JwtGenerator.withScopes(String...)} but prefixes the scopes with
"appId.".Copyright © 2020. All rights reserved.