Project

General

Profile

Actions

Bug #84895

closed

The login refresh form does not provide an additional login provider hook.

Added by Herman Kremer almost 6 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2018-04-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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 issues 1 (0 open1 closed)

Related to TYPO3 Core - Epic #88027: Properly handle Hooks/Signals and EventsClosedBenni Mack2022-04-22

Actions
Actions #1

Updated by Benni Mack about 5 years ago

  • Related to Epic #88027: Properly handle Hooks/Signals and Events added
Actions #2

Updated by Christian Eßl over 4 years ago

  • Category set to Backend API
Actions #3

Updated by Susanne Moog about 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?

Actions #4

Updated by Herman Kremer about 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.

Actions #5

Updated by Riccardo De Contardi about 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!

Actions #6

Updated by Herman Kremer about 4 years ago

Yes it can be closed

Actions #7

Updated by Riccardo De Contardi about 4 years ago

  • Status changed from Needs Feedback to Closed

thank you for your reply

Actions

Also available in: Atom PDF