FAQ | This is a LIVE service | Changelog

Skip to content

Issue 9 better feedback on session timeout

Monty Dawson requested to merge issue-9-better-feedback-on-session-timeout into main

Renders the following when the login session times out:

Screenshot_2021-11-29_at_13.06.14

I toyed with the idea of adding a link back to the initiating application, but unfortunately because they first thing that a user hits could either be GCP 2FA, Raven or our app, there's no way for us to get the referrer of the actual application which initiated login. Redirecting to the return url might work in some cases, but may not if applications have a specific path which requires the access_code parameter.

Closes #9 (closed)

Merge request reports