summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add requested subject id to SPs requested attributesJohan Lundberg2022-12-091-2/+7
* add ability to get required subject id as a RequestedAttribute dictJohan Lundberg2022-12-091-0/+37
* Update noteIvan Kanakarakis2022-12-071-1/+1
* clarify that order is important for all ECsJohan Lundberg2022-12-071-1/+3
* allow to specify no aggregation entity categoriesJohan Lundberg2022-12-071-2/+6
* added missing attribute mailLocalAddress to attribute mapsJohan Lundberg2022-12-072-0/+4
* update Swamid entity categories configJohan Lundberg2022-12-071-7/+53
* fix: use resp.name_id instead of resp.assertion.subject.name_id for cases tha...Tangent Chang2022-11-291-1/+1
* make mongodb code run with more recent pymongoJohan Lundberg2022-11-291-10/+3
* Clean up remaining legacy `try: except ImportError:` blocksAarni Koskela2022-11-153-46/+9
* Remove Six dependencyAarni Koskela2022-11-155-9/+4
* Run flynt -tc + black + isortAarni Koskela2022-11-1517-1008/+1006
* Run flynt + black + isortAarni Koskela2022-11-1530-144/+129
* Run autoflake --remove-all-unused-imports --ignore-init-module-imports + blac...Aarni Koskela2022-11-1529-53/+0
* Run pyupgrade --py36-plus + black + isortAarni Koskela2022-11-1555-433/+395
* logging: write less on INFO levelKristof Bajnok2022-10-258-34/+34
* Fix flake8 warningsIvan Kanakarakis2022-10-0132-130/+88
* Format code with black and isortIvan Kanakarakis2022-10-01113-17806/+17937
* build: Replace version dependency on setuptoolsIvan Kanakarakis2022-10-011-5/+6
* build: Convert to poetryIvan Kanakarakis2022-10-019-0/+2702
* Fix extra whitespace in eidas schema datafileIvan Kanakarakis2022-09-231-3/+3
* Fix signing when logout is requestedIvan Kanakarakis2022-09-231-5/+6
* When handling logout try each binding from the top levelIvan Kanakarakis2022-09-231-20/+31
* Add isMemberOf to the attributemaps file for the basic name-formatIvan Kanakarakis2022-09-221-0/+2
* Accept and forward sign and digest alg information when creating a metadata s...Ivan Kanakarakis2022-08-121-8/+21
* Include eIDAS definitation in the validator - expose saml2.xml.schema:validateIvan Kanakarakis2022-08-102-66/+68
* Add schemas for eIDAS extensions, elements and attributesIvan Kanakarakis2022-08-094-0/+310
* Add the voPerson v2 attributes mappingsIvan Kanakarakis2022-06-281-21/+55
* Add registration_info_typ to get the registration information from EntityDesc...Ivan Kanakarakis2022-06-281-2/+24
* Allow exceptions to directly set the StatusCode in an error responseIvan Kanakarakis2022-06-281-11/+24
* Fix saml2.mdstore.MetadataStore::sbibmd_scopes as shibmd_scopesIvan Kanakarakis2022-06-211-0/+9
* Add partial supprot for xs:date AttributeValue typeIvan Kanakarakis2022-06-081-0/+7
* Fallback to xs:string for AttributeValue xs typesIvan Kanakarakis2022-06-081-4/+8
* Fix authn_class fallback from authn_context_class_ref to authn_context_decl_refIvan Kanakarakis2022-05-271-7/+5
* Refactor: remove unused codeOmid Raha2022-05-051-1/+0
* Use Request.sender() methodOmid Raha2022-04-271-2/+2
* Cover other requests calls with http_client_timeoutXiao Zhu2022-04-195-15/+22
* tests fixedXiao Zhu2022-04-193-7/+9
* add timeout to config and httpbaseXiao Zhu2022-04-194-4/+7
* Add tests for cert chainsIvan Kanakarakis2022-04-181-1/+1
* Refactor certificate loadingIvan Kanakarakis2022-04-185-58/+77
* Load certificates using cryptographyJohn Paraskevopoulos2022-04-182-41/+28
* Remove deprecated cryptography backend paramIvan Kanakarakis2022-04-183-10/+3
* assertion policy filter: Fallback to match a known attribute or return its nameIvan Kanakarakis2022-04-101-8/+9
* Merge pull request #855 from REANNZ/fix/reload-inplaceIvan Kanakarakis2022-03-042-9/+13
|\
| * Add comments to MetadataStore.reloadJames Miller2022-03-041-0/+3
| * Reload metadata in-placeJames Miller2022-03-042-9/+10
* | assertion policy filter: If name_format does not resolve a local_name, try th...Ivan Kanakarakis2022-03-041-19/+11
|/
* metadata: Verify signature with both EntitiesDescriptor and EntityDescriptorIvan Kanakarakis2021-12-211-7/+45
* correct swamid entity category setup for ESI and COCOJohan Lundberg2021-12-151-1/+4