Bug 56293 - saml2: any_response_from_string: Exception: Unknown response type
saml2: any_response_from_string: Exception: Unknown response type
Status: NEW
Product: UCS
Classification: Unclassified
Component: SAML
UCS 5.0
Other Windows NT
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2023-07-07 16:55 CEST by Maximilian Janßen
Modified: 2023-07-07 16:56 CEST (History)
0 users

See Also:
What kind of report is it?: Bug Report
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2022120921000096, 2022120921000087
Bug group (optional): External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maximilian Janßen univentionstaff 2023-07-07 16:55:40 CEST
Version: 5.0-2 errata508

Error:
Traceback (most recent call last):
  File "%PY3%/cherrypy/_cprequest.py", line 670, in respond
    response.body = self.handler()
  File "%PY3%/cherrypy/lib/encoding.py", line 220, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "%PY3%/cherrypy/_cpdispatch.py", line 60, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/sbin/univention-management-console-web-server", line 1262, in index
    return acs(binding, message, relay_state)
  File "/usr/sbin/univention-management-console-web-server", line 1270, in attribute_consuming_service
    response = self.acs(message, binding)
  File "/usr/sbin/univention-management-console-web-server", line 1403, in acs
    response = self.sp.parse_authn_request_response(message, binding, self.outstanding_queries)
  File "%PY3%/saml2/client_base.py", line 702, in parse_authn_request_response
    binding, **kwargs)
  File "%PY3%/saml2/entity.py", line 1138, in _parse_response
    response = response.loads(xmlstr, False, origxml=origxml)
  File "%PY3%/saml2/response.py", line 512, in loads
    self._loads(xmldata, decode, origxml)
  File "%PY3%/saml2/response.py", line 337, in _loads
    **args)
  File "%PY3%/saml2/sigver.py", line 1776, in correctly_signed_response
    response = samlp.any_response_from_string(decoded_xml)
  File "%PY3%/saml2/samlp.py", line 1852, in any_response_from_string
    raise Exception("Unknown response type")
Exception: Unknown response type


Role: domaincontroller_master