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

I load a custom XSD-file for a schema extension. It has a namespace long namespace assigned, however in the saml-messages this long namespace is not used in the tags, instead,...

We need the SAML Assertion to create the Subject element with the following structure: Subject/SubjectConfirmation/SubjectConfirmationData/KeyInfo/KeyValue/RSAKeyValue element. Otherwise Signature verification fails based on our partner requirements. I have updated the SubjectConfirmationData()...

In my SAML config I have put `"attribute_map_dir": SAML_DIR / "attribute-maps",` This `attribute-maps` directory contains two files `__init__.py` and `test.py` However, it causes this exception below. ``` Exception Type: ModuleNotFoundError...

examples

### Code Version 7.2.1 ### Expected Behavior In the following situation: - allow_unsolicited is True - there are no outstanding_queries If I receive a SAML Response with an InResponseTo field,...

### Summary pysaml2 does not depend on PyOpenSSL, but some of the [examples](https://github.com/search?q=repo%3AIdentityPython%2Fpysaml2+pyopenssl&type=code) import PyOpenSSL, and it is likewise mentioned as a dependency in `pyproject.toml` and `poetry.lock`. This is a...

examples
dependency

Incorrect domain validation since 2013 https://github.com/IdentityPython/pysaml2/commit/68ab79f49d752bd4905457f61d9a8e033141a403 (spaces between 1 in regular expression- it's a first problem) ### Code Version 7.5.0 ### Expected Behavior Domain's validating success ### Current Behavior regexp...

bug

Updated regexp for domain validation Add testcases for domain validation fix issue: https://github.com/IdentityPython/pysaml2/issues/950 fix small bug with domain validation

### Description ##### The feature or problem addressed by this PR Encrypt assertion session key and transport key algorithms were hardcoded. closes: #821 ##### What your changes do and why...

next-release

Hi, I am using `djangosaml2` to configure two applications, one as an SP and the other as an IDP. On 09/01/2024 `xmlschema` version 3.0.1 was released. Because `xmlschema` isn't pinned...

We have a web service running with multiprocessing and therefore cannot have a in-memory identity cache but must share them between the instances. The documentation of the used `shelve` module...

bug