From d523039d843367b839328f213a85b18ada55dc38 Mon Sep 17 00:00:00 2001 From: MDreW Date: Tue, 5 Nov 2024 16:54:33 +0100 Subject: [PATCH] Removed authn-url from spid-sp/test --- .github/workflows/python-app.yml | 2 +- example/plugins/microservices/target_based_routing.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ebb6c194..34bc3abe 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -53,7 +53,7 @@ jobs: run: | cd Docker-compose/satosa-project spid_sp_test --idp-metadata > metadata/idp/spid-sp-test.xml - spid_sp_test --metadata-url https://localhost/spidSaml2/metadata --authn-url "http://localhost:8000/saml2/login/?idp=https://localhost/Saml2IDP/metadata&next=/saml2/echo_attributes&idphint=https%253A%252F%252Flocalhost%253A8443" -ap spid_sp_test.plugins.authn_request.SatosaSaml2Spid --extra --debug ERROR -tr + spid_sp_test --metadata-url https://localhost/spidSaml2/metadata --extra --debug ERROR -tr - name: spid-sp-test CIE id metadata run: | cd Docker-compose/satosa-project diff --git a/example/plugins/microservices/target_based_routing.yaml b/example/plugins/microservices/target_based_routing.yaml index 4c3b47ce..79a502be 100644 --- a/example/plugins/microservices/target_based_routing.yaml +++ b/example/plugins/microservices/target_based_routing.yaml @@ -5,7 +5,6 @@ config: target_mapping: # test platforms - "https://localhost:8080": "spidSaml2" "http://idpspid.testunical.it:8088": "spidSaml2" "https://validator.spid.gov.it": "spidSaml2" "https://localhost:8443": "spidSaml2"