Hello PORT Team, We have a case where our component, Octopus, is accessed by PORT via an API. Since this is an external request, we are required to implement RBAC (Role-Based Access Control), meaning that every request must generate a JWT. Practically, what we need is to perform a request to obtain the JWT before each SSA action and then include it in the header of the action.