Hi @dylanmccurry,you can indeed achieve the same logic with both Authentication Handlers and Filters, but the more appropriate interface to use in your case is the Authentication Handler. Also, I don't see a problem with 302 responses.The difference between the two can be summarized in two points:1)...