Hello,
We want to integrate AEM with Okta.
However Okta has a short session time that we don't want to change, and we have a requirement for AEM to have a longer session time.
Therefore after authentication with Okta, we somehow need AEM to create its own session that will be valid for x days.
For the purposes of this explanation, Lets assume x=10 days.
After logging in, If the user returns to AEM within those 10 days, then they wouldn't have to login again, and the session would be extended for a further 10 days.
If however the 10 days expires, we would expect the user to have to re-authenticate via Okta.
Please note we have multiple publisher instances, so any solution would need to work irrespective of what publisher instance the user was processed on.
Any ideas?
Thanks