summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers
Commit message (Expand)AuthorAgeFilesLines
* Try to return a redirect instead a 400 for "not logged in" stateRob Crittenden2015-03-271-9/+43
* Make unspecified the default Name ID format, add to enabled listRob Crittenden2015-03-231-2/+3
* Implement urn:oasis:names:tc:SAML:1.1:nameid-format:unspecifiedRob Crittenden2015-03-232-2/+2
* Implement urn:oasis:names:tc:SAML:2.0:nameid-format:persistentRob Crittenden2015-03-232-5/+24
* Implement urn:oasis:names:tc:SAML:2.0:nameid-format:transientRob Crittenden2015-03-231-2/+2
* When a new logout session is received, save old session idsRob Crittenden2015-03-232-1/+23
* Set Cache-control on all generated pages, centralize in EndpointRob Crittenden2015-03-191-5/+0
* 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-032-0/+8
* Load and initialize REST in the SAML2 pluginRob Crittenden2015-02-271-0/+3
* Implement GET and POST REST API for Service ProvidersRob Crittenden2015-02-271-0/+107
* Add base REST provider framework classesRob Crittenden2015-02-271-0/+41
* Add uninstallation support.Patrick Uiterwijk2015-02-264-9/+26
* Add support for attribute policies in openidpSimo Sorce2015-02-243-3/+30
* Add support for attribute policies in samlidpSimo Sorce2015-02-242-2/+25
* Prefix userdata hives with _ to avoid conflictsSimo Sorce2015-02-242-12/+5
* Fix typos in openid provider commentsSimo Sorce2015-02-241-2/+2
* Implement Single Logout Service for SP-initiated logoutRob Crittenden2015-02-134-0/+313
* Add SAML-specific session data for tracking login/logout sessionsRob Crittenden2015-02-131-0/+226
* Register SingleLogoutService SAML2 metadataRob Crittenden2015-02-131-0/+2
* Remove print lines from openidPatrick Uiterwijk2015-02-031-2/+0
* 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-1617-34/+0
* Make pep8 happy againSimo Sorce2014-12-051-0/+1
* Add OpenIDStore to store associations and noncesPatrick Uiterwijk2014-12-052-3/+88
* Add support for Persona Identity ProviderPatrick Uiterwijk2014-11-143-0/+282
* Make sure the XRDS is returned as stringPatrick Uiterwijk2014-11-131-1/+1
* Delay exposing OpenIDPatrick Uiterwijk2014-11-131-5/+5
* Use indirection to report error stringsSimo Sorce2014-11-121-13/+16
* Refactor plugin initialization and enablementSimo Sorce2014-11-129-102/+64
* Refactor plugin configurationSimo Sorce2014-11-126-92/+96
* In configure we do not need to set_config()Simo Sorce2014-11-122-4/+2
* Fix plugins enablement codeSimo Sorce2014-10-271-16/+11
* Show login target on the login screenPatrick Uiterwijk2014-10-242-2/+4
* Add OpenId extensionsSimo Sorce2014-10-245-0/+193
* Add attribute mapping for user informationSimo Sorce2014-10-243-18/+34
* Add OpenIDP ProviderPatrick Uiterwijk2014-10-246-0/+580
* Move some exceptions into provider.commonSimo Sorce2014-10-242-15/+16
* Add AdminPage abstraction on top of util.PageSimo Sorce2014-10-072-8/+8
* Fix exposed functionsSimo Sorce2014-10-071-1/+1
* Use transactions throughout the codeSimo Sorce2014-09-243-19/+47
* Add support for returning user attributesSimo Sorce2014-09-241-1/+23
* Allow deferred initialization of providersSimo Sorce2014-09-243-24/+45
* Declare admin attributeSimo Sorce2014-09-241-0/+1
* Fix the check for hasattr(., 'admin')Patrick Uiterwijk2014-09-051-1/+0
* Restore ability to run from checkoutSimo Sorce2014-08-271-6/+7
* Use new Log class everywhereSimo Sorce2014-08-272-25/+6
* Strenghten default Security options in IDPSimo Sorce2014-06-171-4/+1