How to ... OpenID
Ignoring the idle session timeout settings provided by an OpenID Identity Provider
Question: How can we ignore the idle session timeout settings provided by an OpenID Identity Provider?
Answer
This feature is available starting from the release 25.3.3.
Starting from the release 25.3.1 we are supporting the session control by OpenID Identity Provider.
If the parameters related to the session management are too aggressive, then the end users of Allure TestOps might be frustrated by the necessity to login too often. The changes on IdP side could be complex due to the company processes and delays, so we added a feature that allows disabling the management of the sessions.
You need to set the variable USE_OPENID_REFRESH_TOKEN to false
.
You can add a variable to the section .Values.env.open
as follows
env:
open:
ALLURE_LOGIN_OPENID_REFRESHTOKEN: "false"
You need to add a new variable to the Allure TestOps configuration file
ALLURE_LOGIN_OPENID_REFRESHTOKEN="false"
and restart the service