summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2idp.py
Commit message (Expand)AuthorAgeFilesLines
* Load and initialize REST in the SAML2 pluginRob Crittenden2015-02-271-0/+3
* Add uninstallation support.Patrick Uiterwijk2015-02-261-3/+4
* Add support for attribute policies in samlidpSimo Sorce2015-02-241-0/+16
* Implement Single Logout Service for SP-initiated logoutRob Crittenden2015-02-131-0/+23
* Register SingleLogoutService SAML2 metadataRob Crittenden2015-02-131-0/+2
* Add expiration to Idp metadataSimo Sorce2015-01-291-5/+32
* Add Metadata Generator helper classSimo Sorce2015-01-291-16/+24
* Fix file permissions and remove shebang'sPatrick Uiterwijk2014-12-161-2/+0
* Refactor plugin initialization and enablementSimo Sorce2014-11-121-15/+14
* Refactor plugin configurationSimo Sorce2014-11-121-42/+42
* In configure we do not need to set_config()Simo Sorce2014-11-121-2/+1
* Add AdminPage abstraction on top of util.PageSimo Sorce2014-10-071-2/+2
* Use transactions throughout the codeSimo Sorce2014-09-241-4/+4
* Allow deferred initialization of providersSimo Sorce2014-09-241-21/+31
* Declare admin attributeSimo Sorce2014-09-241-0/+1
* Strenghten default Security options in IDPSimo Sorce2014-06-171-4/+1
* Allow turning off security at install timeSimo Sorce2014-06-041-1/+7
* Fix generation fo server's metadata fileSimo Sorce2014-05-191-2/+2
* Always use saml by defaultSimo Sorce2014-05-011-1/+2
* Make it easy to install mutiple server instancesSimo Sorce2014-04-211-5/+2
* Move fixing files functionality to toolsSimo Sorce2014-04-211-11/+2
* Simplify metadata add_service signatureSimo Sorce2014-04-111-4/+2
* Move accessory functions to a generic tools moduleSimo Sorce2014-04-111-2/+2
* Add debug logging of lasso librarySimo Sorce2014-04-111-0/+7
* Return Idps metadata file on requestSimo Sorce2014-04-111-0/+11
* Fix generation of endopint URLsSimo Sorce2014-04-111-2/+2
* Add Service and Identity Provider abstractionSimo Sorce2014-04-041-18/+11
* No need to have a separate certificate fileSimo Sorce2014-04-041-2/+1
* Saml2 initial admin pageSimo Sorce2014-03-281-0/+2
* Add saml2 configuration codeSimo Sorce2014-03-201-0/+81
* Add a way to return the email address of the userSimo Sorce2014-03-021-0/+9
* Check the NameID policy during authenticationSimo Sorce2014-03-021-2/+2
* Add Service Provider classSimo Sorce2014-02-261-0/+18
* Initial SAML2 providerSimo Sorce2014-02-241-0/+193