If the user doesn't login within 4 minutes on the login screen, the redirect is lost and the user gets the “Indicium is running”-page.
We have received multiple emails from confused users because the 'Indicium is running' page does not provide any further instructions on how to proceed.
Reproduction steps:
- From any app, go to the login-page
- (This is a request with a redirect URL)
- Stay on the page for longer than 4 minutes
- Fill in the correct credentials
Expected flow:
- User is redirected to the redirect url that is provided with the initial request
Current flow:
- User is redirected to the root URL of the indicium and sees a page with “Indicium is running”
Additional technical information:
The cookie: “CookieTempDataProvider” has an expiration date of 4 minutes in the future. After that the cookie is lost and this is needed for the redirect URL.
Possible related issues: