OIDC token not refreshed
Solved
Dokuwiki
-
Alright I see. Either way this is not an ideal solution as users have to frequently re-login.
-
After using Dokuwiki with the current OIDC integration for a while I realize it is hardly usable in practice. Due to the short validity period of an access token, it frequently happens that pages cannot be saved as the session already timed out while working on a page. Is there any way to increase the session duration?
-
-
Yes, anything that would allow to set a longer session timeout would already help a lot. Thanks for looking into this.
-
@kahrpatrick we submitted a PR at https://github.com/cosmocode/dokuwiki-plugin-oauth/pull/153 . But maybe now we look into refresh token support in our code.
-
-