pysaml2 icon indicating copy to clipboard operation
pysaml2 copied to clipboard

Python implementation of SAML2

Results 147 pysaml2 issues
Sort by recently updated
recently updated
newest added

### All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? * [x] Have you added an explanation of what problem...

This changeset introduces a new module, namely `saml2.datetime`. It implements the concept of datetime and duration object and isolates all operations on those, under a common namespace. The new module...

This is related to [CVE-2017-11427][0] and [VU#475445][1] Related issues: #496, #497 Reported by [duo][2] through [this blog post][3] pysaml2 is not affected, as, by default, the `xml.etree.ElementTree` and `xml.etree.cElementTree` parsers...

I found that parse_ecp_authn_response not tested at all and doesn't work with example services. ### All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls)...

Currently initiating a SLO request from another SP, and I'm noticing that my `NameId` being parsed out from my SP. After looking into the issue it seems the `NameId` isn't...

feature
question

`ValueError: time data '2017-08-29T09:16:45.0631274-05:00' does not match format '%Y-%m-%dT%H:%M:%SZ'` https://github.com/rohe/pysaml2/blob/fd7a4f694b137a92f2a8b7f502d51fc21e3528c7/src/saml2/time_util.py#L19

bug

Hi, I have seen when pysaml2 creates a SAML response from IDP initiate, it sets the attribute InResponseTo as: `InResponseTo=""` I have verify that some SPs complains about this. Taking...

bug

An admin cannot discern actual timedrift from slack, also Unix elapsed time is hard to read. Make message explicit

feature

I monkeypatched `xml/schema/__init__.py` as suggested in #833 to achieve loading a user-provided xsd. And it worked until, recently, the file has been altered. I urgently need this feature. a) If...

feature
configuration

Looks like motor should now support pymongo 4.X with the release of 3.0.0. It would be nice if pysaml2 could support it so we could update pymongo in Fedora. See...

dependency