Skip to content

Commit

Permalink
Removed authn-url from spid-sp/test
Browse files Browse the repository at this point in the history
  • Loading branch information
MdreW committed Nov 5, 2024
1 parent 6fe2eb6 commit d523039
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion example/plugins/microservices/target_based_routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d523039

Please sign in to comment.