Forum Discussion
Hi Florent,
which Innovator version are you using? I don´t know the exact solution, but the various oauth.config files in the codetree allow you to specify a "tokenLifetime" and "duration". The typical value is 300, not sure if this matches your 2 minutes.
I would try to change VaultServer/oauth.config . But I am not sure if this one is really the correct file for this change.
Hello Angela,
Thanks for your answer.
I have already try to increase each value of oauth.config on vault and oauth server but nothing seems to work ...
We are using version 12sp11.
Florent
- AngelaIp5 years agoIdeator I
There are other files inside Vault and Oauth that may contain some timings, but I am not sure if they are really the correct one.
This one seems to specify the general time out for the Innovator client:
..\Client\Modules\aras.innovator.AuthenticationFramework\Scripts\OAuthClient.AuthorizationCodeGrant.js
- Florent5 years agoIdeator I
Thanks for your research Angela.
According to the support this value is hardcoded and equal to 100 seconds.
Since 12SP18 new operation parameter key (named FileDownloadTokenLifetime) was introduced into InnovatorServerConfig.xml
- AngelaIp5 years agoIdeator I
Thanks for the information! This one was an excellent question and I was also interested to know if there is a solution.
Do you know if the new operation parameters key are contained in any of the newer documentation guides? Or do we have to ask for them? I right now have a 12SP18 test installation running, but my Server config did not contain this parameter.