Can NiFi handle authenticated calls to REST microservices? For example before calling a REST service, the client needs to call an authentication service to obtain a token or session id. The session token is then passed into a REST call to post the data.
Is there any mechanism for maintaining the token and renewing it periodically?