Giuseppe De Marco

Results 152 issues of Giuseppe De Marco

This Issue is not related to any problems regarding authlib but it want just to get some useful information and also purpose some Documentation and example enhanchements. Is there a...

in future

I checked in https://openid.net/developers/certified/ looking for authlib, I think that it would be a good idea being there in addition.

Better generalization for third-party integrations. Added **kwargs in schema contructors and related callables that initialize it. The goal: have a better generalization for third-party schema generators that would need more...

stale

Hi, very lovely project, I absolutely have to implement this soon as possibile! I was wondering about the opportunity to configure policy and rewrite rules, for every RP/Client, directly via...

Hi guys, I developed a Django middleware to have a custom json log file able to be processed by wazuh, It handles only authentication events like login, logout and brute-force...

A normal SAML2 Response would have a clear AuthnStatement like the following example ```` urn:oasis:names:tc:SAML:2.0:ac:classes:Password ```` a pySAML2 SP with a Responses with unvalued AuthStatement: ```` ```` Make the Authentication...

bug

https://pysaml2.readthedocs.io/en/latest/howto/config.html?highlight=disable_ssl_certificate_validation#metadata to get `disable_ssl_certificate_validation` to work we need to put it in the main SP configuration, using it in a metadata entries will not work ## Code Version current master...

bug
good first issue

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

A general review of https://github.com/IdentityPython/pysaml2/pull/782 Destination MAY be omitted, because it's optional, BUT if present it MUST be validated upon a match on valid ones. Destination MUST be present if...