Bug #84895
closed
The login refresh form does not provide an additional login provider hook.
Added by Herman Kremer over 6 years ago.
Updated over 4 years ago.
Description
The login refresh form does not provide an additional login provider hook.
The core does provide options for additional login providers and authorisation services.
But this feature is not implemented in the session timeout refresh login form.
After the session timeout a hardcoded login refresh form is shown as modal or popup
depending on the BE setting showRefreshLoginPopup. (/sysext/backend/Resources/Public/JavaScript/LoginRefresh.js)
But if you have an own login provider you need an own login form.
At this moment you can not override this refresh login form or disable it.
- Related to Epic #88027: Properly handle Hooks/Signals and Events added
- Category set to Backend API
- Status changed from New to Needs Feedback
If you enable the option you mentioned - showRefreshLoginPopup - instead of a hardcoded refresh, the "default" TYPO3 login screen is rendered. If your auth service works on the default (/typo3/) login, then it should also work in that popup, as that contains nothing else.
Can you describe what feature you are missing here?
Susanne Moog wrote:
If you enable the option you mentioned - showRefreshLoginPopup - instead of a hardcoded refresh, the "default" TYPO3 login screen is rendered. If your auth service works on the default (/typo3/) login, then it should also work in that popup, as that contains nothing else.
Can you describe what feature you are missing here?
In the meantime I did migrate to typo3 v9. And there the problem does not exist anymore. Indeed the same login form is shown.
@Herman Kremer thank you for your reply. Do you think that we can close this issue or is there still something to do here? Thanks!
- Status changed from Needs Feedback to Closed
Also available in: Atom
PDF