summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers
Commit message (Expand)AuthorAgeFilesLines
* Add test for per-SP allowed and mapping attributesRob Crittenden2015-04-101-0/+2
* The last allowed/mapping rule can be removed in SPsRob Crittenden2015-04-101-22/+30
* Add per-SP attribute mapping and allowed attributesRob Crittenden2015-04-102-123/+130
* Rename and move PluginConfig to ConfigHelperRob Crittenden2015-04-102-5/+6
* Convert SAML2 SP Provider UI to use Config objectRob Crittenden2015-04-101-1/+91
* Print exceptions when saving data fails in admin UIRob Crittenden2015-04-101-1/+2
* This was renamed to _groups internallyPatrick Uiterwijk2015-04-102-3/+3
* Extend default SAML IdP metadata validity periodNathan Kinder2015-04-091-8/+26
* Validate SP names for admin pages and RESTNathan Kinder2015-04-012-11/+14
* IdP-initiated logout for current userRob Crittenden2015-04-012-2/+50
* Add options to explicitly set database uris during installPatrick Uiterwijk2015-03-301-1/+6
* Add a method to Installer classes to validate argument inputRob Crittenden2015-03-271-0/+3
* 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