-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed action #60
Fixed action #60
Conversation
Ok, the certificate Is expired and the ci failed. We have to create new one with spid-compliant-certificates and substitite the oldones Todo. |
I have update with a new certificate (3650 days of value) but now we have a ficep error. |
That's the point, spid-sp-test needs new certificates. I wonder why we had such a expired cert in a so short period ... |
Updated but CI still fails for other reasons @MdreW |
@@ -65,3 +66,5 @@ jobs: | |||
cd example | |||
spid_sp_test --idp-metadata > metadata/idp/spid-sp-test.xml | |||
spid_sp_test --metadata-url https://localhost:10000/spidSaml2/metadata --authn-url "http://localhost:8000/saml2/login/?idp=https://localhost:10000/Saml2IDP/metadata&next=/saml2/echo_attributes&idphint=https%253A%252F%252Flocalhost%253A8080" -ap spid_sp_test.plugins.authn_request.SatosaSaml2Spid --extra --debug ERROR -tr | |||
spid_sp_test --profile cie-sp-public --metadata-url https://localhost:10000/cieSaml2/metadata |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
consiglio di non appendere i tests ma di creare sezioni con identificativi separati, tipo
- name: spid-sp-test CIE id
run: |
cd example
spid_sp_test --profile cie-sp-public --metadata-url https://localhost:10000/cieSaml2/metadata
No description provided.