Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

extension_schema issue, XML parsing failed. #9

@RD1991

Description

@RD1991

Hi There,

Thanks for this amazing library.

I'm using this library since past a week, I'm not sure if at all something is required in config files, but in file client_base.py

kwargs = {
"outstanding_queries": outstanding,
"outstanding_certs": outstanding_certs,
"allow_unsolicited": self.allow_unsolicited,
"want_assertions_signed": self.want_assertions_signed,
"want_response_signed": self.want_response_signed,
"return_addrs": self.service_urls(binding=binding),
"entity_id": self.config.entityid,
"attribute_converters": self.config.attribute_converters,
"allow_unknown_attributes":
self.config.allow_unknown_attributes,
'conv_info': conv_info
}

but in response.py I'm getting exception at
try:
//as you can see there is nothing yet specified like extension_schema
self.extension_schema = kwargs["extension_schema"]
except KeyError:
self.extension_schema = {}

Could you please give me a brief explanation on this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions