@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) public @interface ContextJwt
Controllers or individual controller methods to denote that a context JWT is
acceptable on this endpoint. Such JWTs will contain the query string hash claim but it will not be a valid value
To accept requests using a context JWT authentication, add this annotation to the class or method:
@Controller @ContextJWT public class PublicController { ... }
Copyright © 2021 Atlassian. All rights reserved.