Hi All,
We are currently working on an integration, and with ROPC authentication, we consistently receive a refresh_token
with a lifetime of 7200 seconds (2 hours). This implies that if no API requests are made to IFS within this period, the connection is lost, which could easily occur overnight or over weekends.
[
"access_token" => "xXxX"
"expires_in" => 3600
"refresh_expires_in" => 7200
"refresh_token" => "yYyY"
"token_type" => "Bearer"
"not-before-policy" => 0
"session_state" => "zZzZ"
"scope" => "audience email microprofile-jwt profile"
]
Is there any configuration or method available to extend the lifetime of the refresh_token
?
For reference, the customer is using version 23R2.
Thank you in advance for your assistance.
Nija