You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding the --html-path command line argument to produce the HTML dumps of the captured landing pages, spid_sp_test crashes if the AuthnRequest does not use the pair AssertionConsumerServiceURL+ProtocolBinding, but rather AssertionConsumerServiceIndex, which however is the option "recommended" by the SPID specification.
Here is the exception:
Traceback (most recent call last):
File "/home/mauro/workspace/python-env/spid_sp_test/bin/spid_sp_test", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/home/mauro/git/spid-sp-test/src/spid_sp_test/spid_sp_test", line 323, in <module>
selective_run(response_check, profile, args.list)
File "/home/mauro/git/spid-sp-test/src/spid_sp_test/spid_sp_test", line 31, in selective_run
method()
File "/home/mauro/git/spid-sp-test/src/spid_sp_test/../spid_sp_test/response.py", line 359, in test_profile_spid_sp
self.dump_html_response(
File "/home/mauro/git/spid-sp-test/src/spid_sp_test/../spid_sp_test/response.py", line 295, in dump_html_response
url = self.authnreq_attrs["AssertionConsumerServiceURL"]
File "src/lxml/etree.pyx", line 2479, in lxml.etree._Attrib.__getitem__
KeyError: 'AssertionConsumerServiceURL'
The text was updated successfully, but these errors were encountered:
When adding the
--html-path
command line argument to produce the HTML dumps of the captured landing pages, spid_sp_test crashes if theAuthnRequest
does not use the pairAssertionConsumerServiceURL
+ProtocolBinding
, but ratherAssertionConsumerServiceIndex
, which however is the option "recommended" by the SPID specification.Here is the exception:
The text was updated successfully, but these errors were encountered: