DEV Community

Jairo Simoes
Jairo Simoes

Posted on

Request for Authentication Every 1 Hour

I have a NiFi server (version 1.15.3) with Google OpenID configured to authenticate users. This part of the authentication is working very well. However, every 1 hour after login, the user is logout and NiFi re-authenticates and returns to the NiFi home page.

I searched several forums on the internet for the variable responsible for controlling the logged-in user's session time. And none of the alternatives I found worked:

  • nifi.security.user.saml.authentication.expiration=2 hours (apparently doesn't exist in the version I'm using)

nifi.security.user.jws.key.rotation.period=PT2H (I changed from PT1H to PT2H but had no success either)

Does anyone have any other ideas?

#nifi #ubuntu #openid

Top comments (0)