We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53565a commit 1be8e96Copy full SHA for 1be8e96
1 file changed
.github/workflows/dotnet.yml
@@ -49,6 +49,8 @@ jobs:
49
run: sudo pip install -Iv cryptography==38.0.4
50
- name: Install spid-sp-test
51
run: sudo pip install spid-sp-test --upgrade --no-cache
52
+ - name: Test Requests/Responses with spid-sp-test
53
+ run: spid_sp_test --metadata-url https://localhost:5001/metadata-cie/metadata1.xml --authn-url https://localhost:5001/home/login --extra --debug ERROR --profile cie-sp-public -tr
54
- name: Test Metadata spid-sp-public with spid-sp-test
55
run: spid_sp_test --metadata-url https://localhost:5001/metadata-cie/metadata1.xml --extra --debug ERROR --profile cie-sp-public
56
- name: Test Metadata spid-sp-private with spid-sp-test
0 commit comments