summaryrefslogtreecommitdiff
path: root/src/saml2/config.py
Commit message (Expand)AuthorAgeFilesLines
* Linter fixesIvan Kanakarakis2021-11-241-6/+5
* Adds configuration directive for RequestedAuthnContext #806Gagan Deep2021-10-191-0/+1
* Fixes https://github.com/IdentityPython/pysaml2/issues/599peppelinux2020-12-261-1/+6
* Configurable signing and digest algpeppelinux2020-11-241-0/+4
* Remove the metadata_construction paramIvan Kanakarakis2020-10-301-5/+21
* Move endpoints, metadata, ui_info and name_id_format as common config optionsIvan Kanakarakis2020-10-301-7/+4
* Handle complex configs in the same placeIvan Kanakarakis2020-10-301-0/+9
* Remove unneeded unicode_convert methodIvan Kanakarakis2020-10-301-16/+2
* Handle complex configs in the same placeIvan Kanakarakis2020-10-301-23/+5
* Remove python shebang from configIvan Kanakarakis2020-10-301-5/+0
* Do not keep per service-type attribute converters and metadataIvan Kanakarakis2020-10-301-44/+22
* Policy needs metadata store to lookup registration authority for a SPJohan Lundberg2020-10-301-1/+1
* Warn and log warning messagesIvan Kanakarakis2020-10-281-3/+6
* Fixes #733: add setting to sign logout responsesMaxime Besson2020-10-071-0/+2
* Support logging configuration through the python loggerIvan Kanakarakis2020-09-291-18/+6
* Support arbitrary entity attributesIvan Kanakarakis2020-07-111-0/+2
* Differentiate between metadata NameIDFormat and AuthnRequest NameIDPolicy FormatIvan Kanakarakis2020-07-101-0/+2
* 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