summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2
Commit message (Expand)AuthorAgeFilesLines
* When a new logout session is received, save old session idsRob Crittenden2015-03-232-1/+23
* Assertion AttributeStatements must be non-emptyJohn Dennis2015-03-181-8/+11
* Properly handle groups info in SAML providerSimo Sorce2015-03-171-0/+6
* Require admin when accessing REST pagesRob Crittenden2015-03-031-0/+3
* Implement GET and POST REST API for Service ProvidersRob Crittenden2015-02-271-0/+107
* Add support for attribute policies in samlidpSimo Sorce2015-02-241-2/+9
* Prefix userdata hives with _ to avoid conflictsSimo Sorce2015-02-241-11/+4
* Implement Single Logout Service for SP-initiated logoutRob Crittenden2015-02-133-0/+290
* Add SAML-specific session data for tracking login/logout sessionsRob Crittenden2015-02-131-0/+226
* Fix file permissions and remove shebang'sPatrick Uiterwijk2014-12-163-6/+0
* Use indirection to report error stringsSimo Sorce2014-11-121-13/+16
* Show login target on the login screenPatrick Uiterwijk2014-10-241-1/+2
* Add attribute mapping for user informationSimo Sorce2014-10-241-11/+26
* Move some exceptions into provider.commonSimo Sorce2014-10-241-15/+1
* Add AdminPage abstraction on top of util.PageSimo Sorce2014-10-071-6/+6
* Fix exposed functionsSimo Sorce2014-10-071-1/+1
* Use transactions throughout the codeSimo Sorce2014-09-241-14/+36
* Add support for returning user attributesSimo Sorce2014-09-241-1/+23
* Allow deferred initialization of providersSimo Sorce2014-09-241-3/+7
* Restore ability to run from checkoutSimo Sorce2014-08-271-6/+7
* Use new Log class everywhereSimo Sorce2014-08-271-11/+3
* Add optional field to allow pasting the metadataSimo Sorce2014-06-041-1/+16
* Fix handling of SP renamesSimo Sorce2014-05-201-4/+5
* Fix E256 with stricter pep8 error checkerSimo Sorce2014-05-202-4/+4
* Convert all forms to use util.Page form supportSimo Sorce2014-04-211-12/+2
* Fix warningSimo Sorce2014-04-181-2/+2
* Fix NameId exceptionSimo Sorce2014-04-151-2/+2
* Add nameid values validationSimo Sorce2014-04-142-0/+15
* Refactor argument validation for SP formsSimo Sorce2014-04-141-61/+105
* Validate Service Provider namesSimo Sorce2014-04-111-0/+16
* Move accessory functions to a generic tools moduleSimo Sorce2014-04-113-232/+4
* Add explicit error for Unknown ProvidersSimo Sorce2014-04-111-1/+11
* Properly support rename operationSimo Sorce2014-04-041-0/+9
* Admin functions to delete Service ProvidersSimo Sorce2014-04-042-0/+22
* Admin functions to add new Service ProvidersSimo Sorce2014-04-041-0/+78
* Admin classes to change SP propertiesSimo Sorce2014-04-041-1/+103
* Providers can save properties back to the databaseSimo Sorce2014-04-041-4/+43
* Add Service and Identity Provider abstractionSimo Sorce2014-04-042-1/+60
* Saml2 initial admin pageSimo Sorce2014-03-281-0/+49
* Saml2 Metadata generator classSimo Sorce2014-03-201-0/+159
* Simple certificate generator classSimo Sorce2014-03-201-0/+57
* Fix minor syntax issues in saml2 providerSimo Sorce2014-03-192-2/+2
* Improve exceptions for saml2 providersSimo Sorce2014-03-022-20/+12
* Add ability to strip domain/realm per providerSimo Sorce2014-03-022-2/+9
* Unsplit checking functionsSimo Sorce2014-03-021-12/+6
* Add a way to return the email address of the userSimo Sorce2014-03-021-0/+4
* Add way to return Kerberos nameid if availableSimo Sorce2014-03-021-1/+4
* Check the NameID policy during authenticationSimo Sorce2014-03-021-5/+31
* Add Service Provider classSimo Sorce2014-02-261-0/+108
* Add authentication exception supportSimo Sorce2014-02-261-5/+30