Hi there, is it possible to solve this issue with hydra in any way?
Given these domains:
a.com,
b.com,
idp.com
idp.com is our frontend for hydra,
a.com and
b.com are first party OIDC clients.
a.com and
b.com both have refresh tokens,
idpc.om uses a cookie to securely talk to hydra.
The refresh tokens and the session for
idp.com have a lifetime of 30 days.
a.com makes a request on day 1 and gets a new refresh token,
b.com makes a request 5 days later and also gets a new refresh token.
idp.com does not make any requests after the initial OIDC flow to get
a.com and
b.com their tokens.
Then
idp.com would expire after 30 days,
a.com after 31 days and
b.com after 35 days. Is there any way to synchronize the expirations?
This is currently the missing piece of the puzzle for us to solve our SLO and SSO issues.