-
The "How to sue" page for SAML2test describes the configuration for the test driver'S entity as "a normal PySAML2 configuration file." Hence it should be possible to use those options as described in …
-
The form post data is removed by the repoze plugin and is not available to later users. The following patch restores it. For my usecase (pylons) FieldStorage was not usable.
https://github.com/tobe…
tobes updated
11 years ago
-
Hey Ralph, have a look at this:
https://pypi.python.org/pypi/pysaml2/
http://pythonhosted.org/pysaml2/examples/sp.html
They already provide a **repoze.who** plugin themselves!
-
The README states that the latest version of `repoze.who` should be used, whereas `setup.py` pins `repoze.who == 1.0.18`.
Does pysaml work with `repoze.who >= 2`? If so, this ticket is about document…
-
Right now, pysaml2 cannot be installed because python-memcached version 1.50 is broken. [1]
You need to specify tighter versions in setup.py to avoid having your code broken by external dependencies…
-
Links on http://pypi.python.org/pypi/pysaml2/0.4.2 currently point to https://code.launchpad.net/~roland-hedberg/pysaml2/main. That page appears to be broken.
I assume that the correct link should be…
-
For some reasons my shibboleth IdP refuses to accept any assertion_consumer_service except for the HTTP artifact.
After modifying the example sp_conf to contain
"assertion_consumer_ser…
-
Trying to run the example via run.sh I have run into various problems.
I needed to do this
```
diff --git a/example/idp/idp.py b/example/idp/idp.py
index a44a125..82d6981 100755
--- a/example/idp/i…
tobes updated
11 years ago
-
Hi, when log out my admin user, i get this error:
"KeyError at /saml2/logout/
'_saml2_subject_id'
Request Method: GET
Request URL: http://moocng.felipeurrego.com/saml2/logout/
Django Version: 1.4.…
-
Here is the error I'm receiving:
File "/opt/kavi/service/web/ve/lib/python2.7/site-packages/pysaml2-0.4.2-py2.7.egg/saml2/config.py", line 454, in assertion_consumer_services
return [s[binding]…