summaryrefslogtreecommitdiff
path: root/src/saml2/config.py
Commit message (Expand)AuthorAgeFilesLines
* Do not fix the configured requested_attributesfeat-requested-attributes-per-requestIvan Kanakarakis2020-06-051-44/+0
* Add requested_attributes paramNikos Sklikas2020-05-281-0/+44
* Remove the id_attr_name configuration optionIvan Kanakarakis2020-05-261-2/+0
* Remove logger configurationIvan Kanakarakis2020-05-121-63/+6
* Extract `PYSAML2_DELETE_TMPFILES` option to config.pyJohn Paraskevopoulos2019-11-261-0/+8
* Adds metadata attribute for entity_category_supportChristos Kanellopoulos2018-11-281-0/+2
* Add assurance_certification configuration optionIvan Kanakarakis2018-11-261-4/+6
* Add want_assertions_or_response_signed functionalityScott Koranda2018-11-211-0/+1
* Merge pull request #562 from erakli/update_config_factoryIvan Kanakarakis2018-11-191-9/+25
|\
| * Make config_factory more universal methodEgor Panfilov2018-11-191-9/+25
* | Various small refactorEgor Panfilov2018-11-191-4/+4
|/
* Allow configuration and specification of id attribute nameIvan Kanakarakis2018-08-041-0/+2
* Formatting and cleanupIvan Kanakarakis2018-08-041-5/+16
* Fix deprecation and resource warnings.Ivan Kanakarakis2018-08-021-1/+0
* Add eIDAS RequestedAttributes node supportivan2017-10-081-0/+1
* Add eIDAS SPType node supportivan2017-10-081-0/+2
* Merge branch 'master' into feature-hide-assertion-consumer-serviceIvan Kanakarakis2017-07-261-1/+1
|\
| * Merge pull request #431 from c00kiemon5ter/feature-force-authn-configurationIvan Kanakarakis2017-07-261-1/+2
| |\
| | * Add force_authn sp configuration optionivan2017-07-141-1/+2
| * | Remove allow_unsolicited attribute from config objectivan2017-07-121-1/+0
| |/
* | Add option to hide assertion consumer service on authn requestsivan2017-07-171-1/+2
|/
* Allow to configuration option name_id_format_allow_create for sp configJohan Lundberg2017-04-211-0/+2
* Remove (undeclared dependency) usage of backports.test.support. This wasDan Sully2016-10-261-6/+7
* add_header method and returning a byte string.Roland Hedberg2016-04-111-5/+20
* Spelling errorRoland Hedberg2016-04-041-1/+1
* Reworked the security backend so you should now be able to use a HSM again fo...Roland Hedberg2015-12-111-1/+2
* Made MetaData instances pickleable.Roland Hedberg2015-12-011-23/+1
* Allow name_format for requested attributes to be set in the configuration.Roland Hedberg2015-09-081-0/+3
* Some configuration parameters values should be True/False not "true"/"false".Roland Hedberg2015-09-011-5/+12
* All tests now pass in 2.7 and 3.4 .Roland Hedberg2015-06-251-1/+1
* New metadata configuration for encryption.Hans Hörberg2015-06-021-3/+5
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2015-05-261-1/+2
|\
| * Fix bytes/strings logical issuesClint Byrum2015-05-211-1/+2
* | Fix, so if no encryption keys exists will the server not encrypt the message.Hans Hörberg2015-05-191-2/+6
|/
* Moved s2repoze, xmkdsig and xmlenc under saml2.Roland Hedberg2015-05-151-2/+2
* PEP-8Roland Hedberg2014-10-021-2/+2
* Corrected documentation.Roland Hedberg2014-09-011-3/+3
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2014-08-141-2/+2
|\
| * Fixing location of 'allow_unknown_attributes' in args listsStephen Huenneke2014-08-111-2/+2
* | Added allow_unsolicited parameter to config class.Roland Hedberg2014-07-191-0/+1
|/
* Fixed problem with signing metadata.Roland Hedberg2014-06-091-2/+7
* Added a policy flag that if set to False will allow the IdP to send back an i...Roland Hedberg2014-04-141-1/+2
* Fixes for EncryptedAssertion and signing.Hans Hörberg2014-03-191-0/+1
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2014-03-181-1/+11
|\
| * Refactored the support for metadata extensions in the config file.Roland Hedberg2014-03-131-1/+11
* | Added encryption certificateHans Hörberg2014-03-181-0/+6
|/
* Only validate certificate and set client certificate tp authn request.Hans Hörberg2014-03-031-0/+1
* Merge remote-tracking branch 'upstream/master'Hans Hörberg2014-02-281-2/+4
|\
| * Merge pull request #80 from novapost/metadata_sp_encryption_typeRoland Hedberg2014-02-251-1/+2
| |\
| | * Enables the encryption_type selection using the configuration + Fixes the mis...Florent2014-02-251-1/+2