Feature #45282
Base Distribution - Work Package #45088: Improved REST support
Support for "sessionless authentication"
100%
Description
Currently Flow relies on a session to be active in at least three places:
\TYPO3\Flow\Security\Aspect\RequestDispatchingAspect::blockIllegalRequestsAndForwardToAuthenticationEntryPoints()
calls\TYPO3\Flow\Security\Context::setInterceptedRequest()
if an entryPoint is defined. Setting the intercepted request starts a session. This can be worked around by avoiding entryPoint or using requestPatterns to limit them only to certain parts of an application that allow sessions. #45100 might also be a solution for that\TYPO3\Flow\Security\Authentication\AuthenticationProviderManager::authenticate()
emits theauthenticatedToken
signal after successful authentication which is configured to call\TYPO3\Flow\Session\SessionInterface::renewId()
\TYPO3\Flow\Security\Authentication\AuthenticationProviderManager::isAuthenticated()
returns FALSE if no session was started/can be resumed
Related issues
Updated by Gerrit Code Review over 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18388
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18388
Updated by Bastian Waidelich about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7d79b800d4237a359d3876a69538078dc2298d18.
Updated by Gerrit Code Review about 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/19106
Updated by Gerrit Code Review about 9 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19340
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19340
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/19106
Updated by Bastian Waidelich about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 158f3519fd043533c3deef8dbc300527a0020490.
Updated by Gerrit Code Review about 9 years ago
- Status changed from Resolved to Under Review
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/19340
Updated by Anonymous about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset 9feb5902e1c4ed1b32278b28b6edc0a41a6bb7b9.
Updated by Gerrit Code Review about 9 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch 2.0 has been pushed to the review server.
It is available at https://review.typo3.org/19615
Updated by Anonymous about 9 years ago
- Status changed from Under Review to Resolved
Applied in changeset ff5de86a050865abee0fb5c860261c66710b74f5.