summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* In some case you want the url to be based on server_name/server_port and not ↵developRoland Hedberg2013-05-241-4/+9
| | | | http_host, now you can get what you want.
* Return is a protected python word so it can not be used as a parameter name ↵Roland Hedberg2013-05-242-3/+14
| | | | | | in a method definition. These fixes are there to allow for the usage or return_url or return as parameter name.
* Not completely clear of which of HOST_NAME or SERVER_NAME is correct to use.Roland Hedberg2013-05-241-2/+2
|
* 'Return' is the correct parameter name in discovery.Roland Hedberg2013-05-241-4/+4
|
* Switched to use a simple monotonic increased identifier for authn types.Roland Hedberg2013-05-241-13/+3
|
* Change in parameter nameRoland Hedberg2013-05-233-9/+17
| | | | | Avoid duplicated or to some extend faulty information. Loading a MD file was faulty.
* editorialRoland Hedberg2013-05-231-1/+4
|
* Spelling errorRoland Hedberg2013-05-172-4/+4
|
* Handling error in XML documentRoland Hedberg2013-05-164-4/+11
|
* Added another authn contextRoland Hedberg2013-05-161-0/+2699
|
* Added another authn contextRoland Hedberg2013-05-161-0/+1
|
* Made things work after the last merge.Roland Hedberg2013-05-092-32/+46
|
* May not add content type if one exists in the header.Hans Hörberg2013-05-081-1/+6
|
* Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-05-074-313/+56
|\ | | | | | | | | Conflicts: src/saml2/assertion.py
| * Metadata needed to make the filter work.Hans Hörberg2013-05-071-0/+1
| |
| * Metadata neede to make the filter workHans Hörberg2013-05-071-1/+0
| |
| * Merge branch 'master' of https://github.com/rohe/pysaml2Fredrik Thulin2013-05-0610-38/+201
| |\ | | | | | | | | | | | | | | | | | | Conflicts: src/saml2/config.py tests/idp_conf.py tests/servera_conf.py
| * | Avoid hard xmlsec_binary requirement for ECP client.Fredrik Thulin2013-05-061-11/+16
| | | | | | | | | | | | | | | By providing an already initialized Config() instance, an ECP client using another CryptoBackend than xmlsec1 can be instantiated.
| * | Remove unused module.Fredrik Thulin2013-05-061-271/+0
| | | | | | | | | | | | | | | Roland believes this module can be removed - leftovers from some earlier refactoring.
| * | Make crypto backend configurable.Fredrik Thulin2013-05-062-31/+40
| | | | | | | | | | | | | | | With this commit, no actively used code outside sigver.py really knows about xmlsec1.
* | | Use the correct attribute names.Roland Hedberg2013-05-073-19/+39
| | |
* | | Use the correct attribute names.Roland Hedberg2013-05-073-3/+4
| |/ |/|
* | Added support for entity categories - some fixes.Roland Hedberg2013-05-054-16/+21
| |
* | Added support for entity categories.Roland Hedberg2013-05-0410-28/+186
|/
* Merge branch 'master' into less_xmlsec_pathsFredrik Thulin2013-05-0336-1681/+16487
|\ | | | | | | | | | | | | | | Conflicts: src/saml2/config.py src/saml2/httpbase.py tests/test_30_mdstore.py tests/test_31_config.py
| * Merge branch 'master' of https://github.com/rohe/pysaml2Fredrik Thulin2013-05-0236-1696/+16369
| |\
| | * Updated tests to follow the changed way of handling authentication context.Roland Hedberg2013-04-281-3/+2
| | |
| | * Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-281-2/+5
| | |\
| | | * Merge pull request #32 from rectalogic/status_error_messageRoland Hedberg2013-04-231-2/+5
| | | |\ | | | | | | | | | | Status error responses don't always have a message.
| | | | * Status error responses don't always have a message.Andrew Wason2013-04-231-2/+5
| | | | |
| | * | | Fixed handling of 'better'.Roland Hedberg2013-04-281-2/+6
| | | | |
| | * | | Distinguish between requested authn context and authn context in tests.Roland Hedberg2013-04-281-14/+17
| | | | |
| | * | | Added support for comparision types.Roland Hedberg2013-04-281-27/+115
| | | | |
| | * | | Switched to use the structure used in AuthnBrokerRoland Hedberg2013-04-281-25/+22
| | | | |
| | * | | EditorialRoland Hedberg2013-04-281-604/+698
| | |/ /
| | * | Added more information to go with the registration of an authentication ↵Roland Hedberg2013-04-231-10/+48
| | | | | | | | | | | | | | | | mechanism.
| | * | Added exception for responses that are not possible to unravel :-)Roland Hedberg2013-04-233-12/+26
| | | |
| | * | Merge branch 'master' of github.com:rohe/pysaml2Roland Hedberg2013-04-231-4/+6
| | |\ \ | | | |/
| | | * ProtocolBinding in AuthnRequest indicates how response should be delivered, ↵Andrew Wason2013-04-231-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not how the request is being delivered. Saml2Client.prepare_for_authenticate() needs to distinguish between the request binding (how the request will be delivered) and the response binding (how the response should be delivered, indicated by ProtocolBinding in the request XML).
| | * | Removed unused importRoland Hedberg2013-04-231-1/+1
| | | |
| | * | One AuthnBroker per endpoint.Roland Hedberg2013-04-232-25/+28
| | |/
| | * Cleaned up some added another test.Roland Hedberg2013-04-222-57/+133
| | |
| | * Added some more tests and methods.Roland Hedberg2013-04-222-5/+16
| | |
| | * Added factory method and test of the sameRoland Hedberg2013-04-211-1/+17
| | |
| | * Adding authn context support.. plus first testRoland Hedberg2013-04-212-4/+35
| | |
| | * Adding authn context supportRoland Hedberg2013-04-217-0/+13081
| | |
| | * Fixed metadata export/import to MongoDB store.Roland Hedberg2013-04-193-18/+64
| | |
| | * Fixed errorRoland Hedberg2013-04-191-2/+2
| | |
| | * Store Metadata in Mongo DB.Roland Hedberg2013-04-192-21/+31
| | |
| | * Fixed eptid, added eptid test and changed test orderRoland Hedberg2013-04-193-23/+31
| | |