diff --git a/src/OpenConext/EngineBlockFunctionalTestingBundle/Controllers/ConsentController.php b/src/OpenConext/EngineBlockFunctionalTestingBundle/Controllers/ConsentController.php index 9029a0c4b..84b339af8 100644 --- a/src/OpenConext/EngineBlockFunctionalTestingBundle/Controllers/ConsentController.php +++ b/src/OpenConext/EngineBlockFunctionalTestingBundle/Controllers/ConsentController.php @@ -47,6 +47,7 @@ public function sendAction() return new Response($this->twig->render('@theme/Authentication/View/Proxy/form.html.twig', [ 'action' => $action, 'message' => $encodedMessage, + 'xtra' => '', 'name' => 'SAMLResponse', 'preventAutoSubmit' => true ]), 200); diff --git a/theme/base/templates/modules/Authentication/View/Proxy/form.html.twig b/theme/base/templates/modules/Authentication/View/Proxy/form.html.twig index f1276407e..333c87801 100644 --- a/theme/base/templates/modules/Authentication/View/Proxy/form.html.twig +++ b/theme/base/templates/modules/Authentication/View/Proxy/form.html.twig @@ -28,6 +28,7 @@