Deployed a 3 node dockerized nifi cluster using oidc for authentication. Everything working as expected however, UI seems to be timing out after few minutes. Even with activity on the page.
Tried to increase below timeout params but still getting error as following. Any suggestions how to extend token lifetime or debug why it is expiring:
nifi.web.request.timeout=60 secs
nifi.security.user.oidc.connect.timeout=600 secs
nifi.security.user.oidc.read.timeout=600 secs
