Frequent authentication page presented for google oauth #4065
-
I have integrated google oauth with kafka-ui and it's working perfectly but one issue is that it is asking for re auth very frequently. Tried to search in existing issues and docs but didn't find anything related to this. Is there any way to avoid this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, sometimes it's related more to the OAuth provider than the app itself. Let's say with GitHub I don't have to re-auth at all but with Google -- quite frequently. |
Beta Was this translation helpful? Give feedback.
It looks like the property to use is server.reactive.session.timeout as
@EnableWebFluxSecurity
is used to setup authentication.I tested it by running the API locally with a short value and this one seems to be taken into account.