-
SATOSA invokes pysaml2 internally and converts the received attributes from their _name_ to their _friendly name_ and that is the name that is used by the `internal_attributes.yaml` file to map the at…
-
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 ...)
## …
-
### 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 me…
-
Could we perhaps split them up? I'd like to update the documentation for OneLogin regarding https://github.com/IdentityPython/pysaml2/issues/657#issuecomment-570594857 with the new changes.
Alterna…
-
- Running cl_idp_test.py should yield a clear binary result (OK/NOK)
- Log/trace output needs to be explicit about the reason of a failure
- Logging needs to include module and severity, so that the t…
-
[This change](https://github.com/OTA-Insight/djangosaml2idp/commit/4060fc3e1aabe0a1b1a5478eefe8cd3488db6a4b#diff-01962c3bc56d6968897620f900e707fcR21) introduced model backed Service Providers.
This…
-
The current [config](https://github.com/fangli/django-saml2-auth/blob/master/django_saml2_auth/views.py#L109) requires assertion signing (vs. request signing). Since request signing is a superset of …
-
```
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
File "/usr/local/…
-
It can be configured as Service Provider for ADFS 2.0, which operates as Identity Provider?
-
There's same code pieces (with minor differences):
https://github.com/erakli/pysaml2/blob/master/src/saml2/client_base.py#L783
https://github.com/erakli/pysaml2/blob/master/src/saml2/ecp.py#L4…