openid-connect-generic
openid-connect-generic copied to clipboard
Session Timeout cannot change
I set 1800 to State time limit in plugin setting, but it keeps timeout after 3 minutes. The default value is not overwritten by the setting.
To Reproduce Steps to reproduce the behavior:
- Go to Setting -> OpenID Connect Client
- Set 1800 to "State time limit"
- Go to an other page in admin
- Wait 3 minutes
Screenshots

Expected behavior Don't timeout in 180 seconds.
WordPress Environment
- PHP Version: 7.4.3
- WordPress Version: 5.8.1
- Plugin Version: 3.8.5
- Relevant Plugin Settings:

@mobykwong the State is not session. What you are describing is session timeout. The state is the nonce generated and used as part of the authentication process. You should be very careful with increasing the state as this can open up your site to replay attacks on authentication.