Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: example/requirements.txt to reduce vulnerabilities | snyk-bot | 2022-11-15 | 1 | -0/+1 |
| | | | | The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904 | ||||
* | Run flynt -tc + black + isort | Aarni Koskela | 2022-11-15 | 9 | -726/+726 |
| | |||||
* | Run flynt + black + isort | Aarni Koskela | 2022-11-15 | 5 | -68/+68 |
| | |||||
* | Run autoflake --remove-all-unused-imports --ignore-init-module-imports + ↵ | Aarni Koskela | 2022-11-15 | 5 | -11/+1 |
| | | | | black + isort | ||||
* | Run pyupgrade --py36-plus + black + isort | Aarni Koskela | 2022-11-15 | 8 | -63/+59 |
| | |||||
* | Format code with black and isort | Ivan Kanakarakis | 2022-10-01 | 20 | -2080/+1962 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Allow multiple attributes to be returned by the example idp | Ivan Kanakarakis | 2022-04-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Fix example to correctly iterate certs with names | Ivan Kanakarakis | 2022-01-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Update all.sh to generate 4096 bit keys to avoid SSL KEY TO SMALL errors | Sanctus Messor | 2021-10-07 | 1 | -1/+1 |
| | |||||
* | updating example keys to avoid SSL KEY TO SMALL errors | Sanctus Messor | 2021-10-07 | 8 | -124/+328 |
| | |||||
* | Fix example metadata generation | Ivan Kanakarakis | 2021-09-20 | 2 | -1/+50 |
| | | | | | | | - add initial example-IdP metadata file - unset valid until property from the metadata of the IdP Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | make metadata path the same as entityid | ori15 | 2021-01-14 | 1 | -1/+1 |
| | |||||
* | fixed example/idp.py to properly return metadata | ori15 | 2021-01-14 | 1 | -1/+1 |
| | |||||
* | Set example/idp2 to log to stderr to avoid redirecting log-output to ↵ | Ivan Kanakarakis | 2021-01-05 | 1 | -4/+4 |
| | | | | | | metadata files Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Do not out debug logs for example/idp2 | Ivan Kanakarakis | 2020-10-26 | 1 | -1/+1 |
| | | | | | | The debug logs becomes part of the xml metadata. Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Merge pull request #721 from dbaker-rh/dbaker-rh-patch-1 | Ivan Kanakarakis | 2020-09-29 | 1 | -1/+1 |
|\ | | | | | Update to key generation to 2048 bits in example/create_key.sh | ||||
| * | Update create_key.sh | Dave Baker | 2020-09-07 | 1 | -1/+1 |
| | | | | | | | | Increase key size to prevent: ssl.SSLError: [SSL: EE_KEY_TOO_SMALL] ee key too small (_ssl.c:3542) | ||||
* | | Support logging configuration through the python logger | Ivan Kanakarakis | 2020-09-29 | 1 | -7/+26 |
| | | | | | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | | Support both str and bytes SAML requests on the example idp | Ivan Kanakarakis | 2020-09-29 | 1 | -1/+6 |
|/ | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | fix escape not in cgi for newer pythons | rakvat | 2020-05-08 | 1 | -2/+8 |
| | |||||
* | Update saml_uri.py | benjaminbecker | 2019-08-22 | 1 | -2/+2 |
| | | | | According to https://tools.ietf.org/html/rfc2985 the urn for emailAddress has to be `1.2.840.113549.1.9.1`. In saml_uri.py this is not implemented correctly. The current version uses `PKCS_9+'1'` which equals to `1.2.840.113549.1.9.1.1`. This can be fixed by deleting the trailing '1.' from line 8. This should not cause any side-effects, because the variable `PKCS_9` in combination with `+'1'`. | ||||
* | Explicit cherrypy requirements for the example application | Stavros Ntentos | 2019-05-28 | 1 | -1/+1 |
| | | | | | | | Unless you are pulling always from https://pypi.org/simple, it is possible that you might get an older version of `cherrypy`. Make sure we request a "relatively recent" version. `pip install 'CherryPy>14.0.2,<15'` gave `CherryPy-14.2.0` which works | ||||
* | Introduce middleware to convert data to bytes | Ivan Kanakarakis | 2019-04-01 | 1 | -8/+23 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Handle eduPersonTargetedID as a single value on examples | Ivan Kanakarakis | 2019-03-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Fix metadata endpoint on sp-wsgi example | Ivan Kanakarakis | 2019-03-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Fix examples python3 compatibility | Ivan Kanakarakis | 2019-02-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Make example sp compatible with python3 | Ivan Kanakarakis | 2018-11-20 | 1 | -3/+11 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Make example idp compatible with python3 | Ivan Kanakarakis | 2018-11-20 | 1 | -7/+24 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Indent and format code | Ivan Kanakarakis | 2018-11-20 | 2 | -298/+359 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Restore idp.py code | Ivan Kanakarakis | 2018-11-20 | 1 | -53/+21 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | [Need help] Fix IdP example to work with python 3 | Egor Panfilov | 2018-11-19 | 2 | -23/+55 |
| | |||||
* | Replace string literals with MIME_PAOS | Egor Panfilov | 2018-11-19 | 1 | -1/+3 |
| | |||||
* | Fixed Unicode-objects must be encoded before hashing bug | Yuqing | 2018-11-10 | 1 | -1/+1 |
| | |||||
* | Remove gitignore from subdirectories | Ivan Kanakarakis | 2018-07-04 | 1 | -9/+0 |
| | | | | Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com> | ||||
* | Merge pull request #398 from qianlei90/master | Ivan Kanakarakis | 2018-02-12 | 1 | -2/+2 |
|\ | | | | | fix example idp - use default value for path parameter in idp service | ||||
| * | fix(example): using a default value to -p parameter in idp service | Qian Lei | 2017-03-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | No configuration file is specified when we start idp service without -p parameter and the value of args.path will be None in function metadata and staticfile, which can not be used in list comprehension and startwith function. Signed-off-by: Qian Lei <qianlei90@gmail.com> | ||||
* | | Do not request a signed response - backwards compatibility | Ivan Kanakarakis | 2018-02-12 | 1 | -0/+1 |
| | | |||||
* | | Fix wsgiserver usage for example sp | Ivan Kanakarakis | 2018-02-12 | 1 | -6/+9 |
| | | |||||
* | | Fix examlpes using cherrypy.wsgiserver | Ivan Kanakarakis | 2017-11-15 | 1 | -3/+8 |
| | | |||||
* | | example/sp-wsgi/sp.py: respond with bytes (enhance WSGI compliance) | Jan-Philip Gehrcke | 2016-10-14 | 1 | -8/+8 |
|/ | |||||
* | Use six instead of futures for PY3 compatibility. | Rebecka Gulliksson | 2016-09-23 | 1 | -9/+4 |
| | |||||
* | Fixed cookie load problem | Roland Hedberg | 2016-09-22 | 1 | -4/+7 |
| | |||||
* | Made it work better with Python3.5 | Roland Hedberg | 2016-05-17 | 2 | -8/+14 |
| | |||||
* | Deal with entity category (CoCo) that have more complex evaluation rules. | Roland Hedberg | 2016-05-16 | 1 | -1/+6 |
| | |||||
* | Added functionality needed by the saml2test tool. | Roland Hedberg | 2016-04-16 | 1 | -14/+23 |
| | |||||
* | add_header method and returning a byte string. | Roland Hedberg | 2016-04-11 | 1 | -15/+6 |
| | | | | | Fixed some PY3 problems service_per_endpoint method useful when setting up an entity instance. | ||||
* | fix #308: make all.sh and sp-wsgi examples work again | Arne Neumann | 2016-01-29 | 1 | -0/+3 |
| | |||||
* | Show AuthnStatement together with all attributes on result page. | Rebecka Gulliksson | 2016-01-15 | 1 | -13/+23 |
| | |||||
* | Clean up | Roland Hedberg | 2015-12-20 | 1 | -2/+0 |
| | |||||
* | Reworked the security backend so you should now be able to use a HSM again ↵ | Roland Hedberg | 2015-12-11 | 3 | -3/+10 |
| | | | | for XML security. Support for non-XML crypto using HSMs are on the way. |