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

as @spaceone has already proposed here: https://github.com/IdentityPython/pysaml2/pull/326 This PR makes pySAML2 to adopt OASIS conventions about namespace prefixes. ### USAGE A user can registers his own prefixes defining them into...

With this PR we adopt github action instead of travis ### All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?...

next-release

As mentioned in https://github.com/IdentityPython/pysaml2/issues/780 there is currently a limitation in implementation which is only relying on x509 certs for signature verification. In the comments, it was mentioned that there was...

feature

The default attribute converter used by PySAML2 does read all attributes as strings. This breaks Django sample projects with SP (https://github.com/peppelinux/djangosaml2) and IdP (https://github.com/OTA-Insight/djangosaml2idp) since boolean user attributes are expected...

## Expected Behavior Attributes should be untouched and specified by their `Name` (which is a required attribute). As `FriendlyName` is an optional attribute, one cannot rely on that and must-not...

feature
breakage

Is it possible to configure a response (via `create_authn_response` on `Server` class) containing an `Attributestatement` containing `Attribute` elements with no `familyName` attribute at all and having AttributeType elements with `xsi:type`...

feature
documentation

The documentation should cover how to create the IdP from configuration, process an authentication request, and send a signed assertion/response.

documentation

class `AttributeConverter` converts all `_to` and `_fro` keys to lower case. This causes conflict of `DateOfBirth` and `dateOfBirth` attributes defined in `saml2.attributemaps.saml_uri.MAP`. ## Code Version master ## Expected Behavior `AttributeConverter`...

bug

Hi, I'd like to use pysaml2 for IdP side implementation. ## Code Version v4.8.0 ## Expected Behavior I would like to generate signed Response with saml2 namespaces (saml,saml2,ds ...) ##...

feature