summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/saml2/provider.py
Commit message (Expand)AuthorAgeFilesLines
* Rename and move PluginConfig to ConfigHelperRob Crittenden2015-04-101-2/+2
* Convert SAML2 SP Provider UI to use Config objectRob Crittenden2015-04-101-1/+91
* Validate SP names for admin pages and RESTNathan Kinder2015-04-011-0/+13
* Implement urn:oasis:names:tc:SAML:1.1:nameid-format:unspecifiedRob Crittenden2015-03-231-2/+0
* Implement Single Logout Service for SP-initiated logoutRob Crittenden2015-02-131-0/+6
* Fix file permissions and remove shebang'sPatrick Uiterwijk2014-12-161-2/+0
* Use new Log class everywhereSimo Sorce2014-08-271-11/+3
* Fix warningSimo Sorce2014-04-181-2/+2
* Fix NameId exceptionSimo Sorce2014-04-151-2/+2
* Add nameid values validationSimo Sorce2014-04-141-0/+8
* Move accessory functions to a generic tools moduleSimo Sorce2014-04-111-16/+4
* Admin functions to delete Service ProvidersSimo Sorce2014-04-041-0/+7
* Providers can save properties back to the databaseSimo Sorce2014-04-041-4/+43
* Add Service and Identity Provider abstractionSimo Sorce2014-04-041-0/+59
* Fix minor syntax issues in saml2 providerSimo Sorce2014-03-191-1/+1
* Improve exceptions for saml2 providersSimo Sorce2014-03-021-9/+7
* Add ability to strip domain/realm per providerSimo Sorce2014-03-021-0/+5
* Add Service Provider classSimo Sorce2014-02-261-0/+108