diff --git a/.docker/config/simplesaml/metadata/saml20-idp-remote.php b/.docker/config/simplesaml/metadata/saml20-idp-remote.php index 67d4ea76d..514b664f4 100644 --- a/.docker/config/simplesaml/metadata/saml20-idp-remote.php +++ b/.docker/config/simplesaml/metadata/saml20-idp-remote.php @@ -47,6 +47,7 @@ $metadata[$idpEntityId] = [ 'entityid' => $idpEntityId, 'contacts' => [], + 'errorURL' => getenv('SIMPLESAMLPHP_SP_ERROR_URL') ?: null, 'metadata-set' => 'saml20-idp-remote', 'sign.authnrequest' => filter_var(getenv('SIMPLESAMLPHP_IDP_SIGN_AUTH'), FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE) ?? true, 'SingleSignOnService' => [], diff --git a/composer.json b/composer.json index 00ff1f484..1ef6e87f5 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "drupal/bartik": "^1.0", "govcms/govcms": "3.x-develop-dev", "govcms/govcms-custom": "*", - "govcms/scaffold-tooling": "5.7.0" + "govcms/scaffold-tooling": "5.7.2" }, "require-dev": { "drupal/core-dev": "^10.0",