Skip to content

Commit

Permalink
[BUGFIX] allow to call metadata only with typo3 authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaecke committed Mar 30, 2022
1 parent 5122375 commit 0bc7348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Middleware/SamlMiddleware.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
{
if (
1648123062 == GeneralUtility::_GP('loginProvider')
&& is_a($GLOBALS['BE_USER'], '\TYPO3\CMS\Core\Authentication\BackendUserAuthentication')
&& isset($GLOBALS['BE_USER']->user)
) {
if (null !== GeneralUtility::_GP('mdsamlmetadata')) {
try {
Expand Down

0 comments on commit 0bc7348

Please sign in to comment.