Bug #84895
closedThe login refresh form does not provide an additional login provider hook.
0%
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.
Updated by Benni Mack over 5 years ago
- Related to Epic #88027: Properly handle Hooks/Signals and Events added
Updated by Susanne Moog over 4 years ago
- 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?
Updated by Herman Kremer over 4 years ago
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.
Updated by Riccardo De Contardi over 4 years ago
@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!
Updated by Riccardo De Contardi over 4 years ago
- Status changed from Needs Feedback to Closed
thank you for your reply