Closed bwaidelich closed 1 year ago
When directly navigating to the Neos login mask (/neos/login) 2FA redirects back to the login screen and nom session is started.
/neos/login
I assume that is because in this case Security\Context::setInterceptedRequest() is not triggered and, thus, no session is started.
/neos/two-factor-login
The user should be authenticated in the Neos backend
The user is redirected to the login screen and no session is started
When directly navigating to the Neos login mask (
/neos/login
) 2FA redirects back to the login screen and nom session is started.I assume that is because in this case Security\Context::setInterceptedRequest() is not triggered and, thus, no session is started.
Steps to reproduce
/neos/login
/neos/two-factor-login
Expected result
The user should be authenticated in the Neos backend
Actual result
The user is redirected to the login screen and no session is started