summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #509 from tdiscuit/masterJaime Pérez Crespo2017-01-231-0/+31
|\ | | | | Add ability to define additional attributes on ContactPerson element
| * Fixed errors in documentationTyler Antonio2017-01-131-2/+2
| |
| * Added documentation for contactPerson attributesTyler Antonio2016-11-151-0/+31
| |
* | Update the documentation for the new, custom metadata storage handlers.Jaime Pérez2016-12-221-34/+39
| | | | | | | | Minor format and exception message fixes, plus add information about the different communication channels we have today.
* | Adding support for custom metadata storage handlers.Andreas Åkre Solberg2016-12-211-5/+34
| |
* | Fix small doc typosThijs Kinkhorst2016-12-011-3/+3
| |
* | Fix link to Moz ObservatoryThijs Kinkhorst2016-11-151-1/+1
| |
* | Document the “scope” configuration option for remote SAML IdP metadata.Jaime Pérez2016-11-151-0/+8
| |
* | Docs: add some content to the "Maintenance and Configuration: Aapache" section.Thijs Kinkhorst2016-11-152-7/+22
| |
* | Fix inconsistency in the documentation.Jaime Pérez2016-11-141-1/+1
| | | | | | | | The guidelines on how to write your own module talk about the process() method receiving a “$request” or a “$state” parameter, instead of being consistent and sticking to just one of the names. Use “$request”.
* | Deprecate the core:AttributeRealm module.Thijs Kinkhorst2016-11-141-3/+2
|/ | | | | | `core:ScopeFromAttribute` is a generalised version of this. Closes: #512
* Add some documentation about the PHP session handler.Jaime Pérez2016-09-271-0/+21
| | | | This should help people configure the PHP session handler and mitigate issues when sessions collide. Related to #478.
* Merge pull request #433 from thijskh/feature/deprecate-certFingerprintJaime Pérez Crespo2016-09-142-14/+4
|\ | | | | Deprecate the certFingerprint option.
| * Deprecate the certFingerprint option.Thijs Kinkhorst2016-08-052-14/+4
| | | | | | | | | | | | Issue a notice when the option is used nonetheless. Closes: #432
* | Update the documentation with up-to-date requirements.Jaime Pérez2016-09-061-3/+5
| |
* | Update module docs to use module enabling/disabling through configuration ↵Dick Visser2016-08-031-4/+4
|/ | | | file rather than touching 'enable'/'disable' files inside module directories
* authproc: Add new filter to remove invalid scopes.Jaime Pérez2016-07-291-0/+1
| | | | | | The new saml:FilterScopes allows a SAML Service Provider to remove the values from a scoped attribute whose scope is not declared in the IdP metadata and/or does not match with the domain in use by the IdP itself. This closes #22.
* Update changelog with last releases.Jaime Pérez2016-07-291-0/+25
|
* Update the upgrade notes.Jaime Pérez2016-07-291-1/+10
| | | | Mention the change in the way NameIDs are processed inside an eduPersonTargetedID, and offer an example on how to process the value.
* metadata: Add support for SHA2 digests when signing self metadata.Jaime Pérez2016-07-021-0/+7
| | | | | | The hash algorithm to use to calculate signature digests for self metadata was not configurable. Add the 'metadata.sign.algorithm' configuration option to fix that. This resolves #411.
* Combine Apache 2.2 and 2.4 to one configurationPásztor János2016-06-271-6/+12
|
* docs: make it work with Apache 2.4Pásztor János2016-06-241-0/+6
| | | | | | * Add an extra apache access control directive to make it work with newer Apaches Source: http://stackoverflow.com/questions/23337446/getting-a-403-forbidden-error-for-simplesaml-after-apache-upgrade
* Update the changelog in master.Jaime Perez Crespo2016-06-101-2/+31
|
* Remove references to the OpenIdP in the documentation.Jaime Perez Crespo2016-06-092-49/+19
|
* Change the extension of the documentation files from .txt to .md so that ↵Jaime Perez Crespo2016-06-0845-0/+0
| | | | they can processed as markdown and displayed in github.
* Update the documentation regarding translation (remove all references to the ↵Jaime Perez Crespo2016-06-081-145/+40
| | | | translation portal, reformat and fix typos).
* Update the documentation. Trailing slashes are no longer required for ↵Jaime Perez Crespo2016-06-081-6/+6
| | | | 'baseurlpath'. This resolves #363.
* Allow regular expression matching of trusted.url.domains.Jon Dufresne2016-06-011-0/+1
| | | | Fixes #379
* Spelling: successfull -> successful (#389)Ryan McAllen2016-05-111-1/+1
|
* Add a method to SimpleSAMLphp_SessionHandlerPHP to restore a session ↵Jaime Perez Crespo2016-04-071-0/+11
| | | | existing previously to our own session. This can be used in SimpleSAML_Session to restore the PHP session status previous to calling our API, while also guaranteeing that our session is correctly saved. The documentation has been updated to reflect this and recommend how to deal with conflicting PHP sessions. This closes #244 and resolves #349.
* Update documentation to point to the new SimpleSAML\Logger and ↵Jaime Perez Crespo2016-03-093-5/+5
| | | | SimpleSAML\Module classes.
* Remove outdated / unneded links in the documentation front page.Jaime Perez Crespo2016-03-021-13/+0
|
* Mark the old Auth MemCookie implementation as deprecated.Jaime Perez Crespo2016-02-181-83/+3
|
* Update simplesamlphp-advancedfeatures.txtrestena-sw2016-01-151-0/+11
|
* Fix formatting for the upgrade notes.Jaime Perez Crespo2015-12-241-157/+155
|
* Add link to upgrade notes.Jaime Perez Crespo2015-12-241-0/+1
|
* Update changelog.Jaime Perez Crespo2015-12-241-0/+1
|
* Updates to documentationThijs Kinkhorst2015-12-1510-9/+6
| | | | | | | * Remove 404 link to SSP news; this is covered on simplesamlphp.org now. * Make screenshots link relative, so docs don't trigger insecure content warnings. * Compress png images.
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-0640-185/+185
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Revert "Make SHA-256 the default signature algorithm."Jaime Perez Crespo2015-11-063-6/+3
| | | | This reverts commit 09c5a23fce38022bc7ba1450902236383aaa90d7.
* Make SHA-256 the default signature algorithm.Thijs Kinkhorst2015-11-053-3/+6
| | | | SHA-1 is still supported but needs to be configured explicitly if you need it.
* Update changelog.Jaime Perez Crespo2015-10-271-0/+1
|
* Update changelogThijs Kinkhorst2015-10-241-0/+1
|
* Update changelog.Jaime Perez Crespo2015-10-211-0/+1
|
* Update the upgrade notes to warn about the new default for ↵Jaime Perez Crespo2015-10-211-1/+5
| | | | 'trusted.url.domains'.
* Merge branch 'master' of github.com:simplesamlphp/simplesamlphpJaime Perez Crespo2015-10-211-0/+2
|\ | | | | | | | | | | | | | | # By dialogik # Via Jaime Pérez Crespo (1) and dialogik (1) * 'master' of github.com:simplesamlphp/simplesamlphp: Add trusted.url.domains default value change to upgrade notes Set trusted.url.domains default to array()
| * Add trusted.url.domains default value change to upgrade notesdialogik2015-10-071-0/+2
| |
* | Update changelog regarding the last commit.Jaime Perez Crespo2015-10-211-0/+1
|/
* Update the changelog.Jaime Perez Crespo2015-09-241-0/+1
|
* Document support for UNIX domain sockets in memcache.Jaime Perez Crespo2015-09-241-4/+7
|
* Update release notes and changelog.Jaime Perez Crespo2015-09-072-0/+3
|
* Update the upgrade notes.Jaime Perez Crespo2015-08-311-3/+1
|
* Revert the new configuration option for the core:PHP authproc. Since we need ↵Jaime Perez Crespo2015-08-311-4/+0
| | | | to serialize authprocs and SP metadata in the state array, and closures are not serializable, it doesn't work. We could create a new module with this, adding a dependency on opis/closure 2.0.* or equivalent, to be able to serialize closures.
* Update upgrade notes.Jaime Perez Crespo2015-08-301-0/+5
|
* Update changelog.Jaime Perez Crespo2015-08-301-0/+1
|
* Added support for the full SCHAC 1.5.0 schema, including new attribute ↵Jaime Perez Crespo2015-08-301-0/+1
| | | | mappings between the old namespace in TERENA and the new urn:schac namespace.
* Update changelog.Jaime Perez Crespo2015-08-271-0/+2
|
* Deprecate SimpleSAML_Default::initLogin() and move it to ↵Jaime Perez Crespo2015-08-121-0/+1
| | | | SimpleSAML_Auth_Source as a non-static method.
* Deprecate SimpleSAML_Default::loginCompleted() and move it to ↵Jaime Perez Crespo2015-08-121-0/+1
| | | | SimpleSAML_Auth_Source.
* Move SimpleSAML_Auth_Default::handleUnsolicitedAuth() to ↵Jaime Perez Crespo2015-08-121-0/+1
| | | | sspmod_saml_Auth_Source_SP::handleUnsolicitedAuth() and deprecate the former.
* Move SimpleSAML_Auth_Default::extractPersistentAuthState() to ↵Jaime Perez Crespo2015-08-121-0/+1
| | | | SimpleSAML_Auth_State::extractPersistentAuthState() and deprecate the former.
* Add some exhaustive upgrade notes for 1.14.0.Jaime Perez Crespo2015-08-121-0/+172
|
* Start preparing for SimpleSAMLphp 1.14.0. Update the changelog.Jaime Perez Crespo2015-08-121-8/+89
|
* Merge branch 'master' of https://github.com/tldev/simplesamlphp into ↵Jaime Perez Crespo2015-08-111-44/+65
|\ | | | | | | feature/config-from-env
* | Add a 'hide.from.discovery' configuration option for remote IdP metadata. ↵Jaime Perez Crespo2015-08-051-0/+3
| | | | | | | | This allows to hide an IdP from the discovery service. Defaults to false, so every IdP in the metadata that doesn't have this option set to true will be listed.
* | Merge branch 'feature/pdometadata' of ↵Jaime Perez Crespo2015-07-242-0/+170
|\ \ | | | | | | | | | https://github.com/tdiscuit/simplesamlphp into tdiscuit-feature/pdometadata
| * | Updated to use namespace and added documentationTyler Antonio2015-07-211-0/+91
| | |
| * | Fixed spelling mistakesTyler Antonio2015-07-211-3/+3
| | |
| * | Updates to documentationTyler Antonio2015-07-201-10/+5
| | |
| * | Added docs for the pdo storage handlerTyler Antonio2015-04-081-0/+84
| | |
* | | Document the new feature in metarefresh to specify the entity types to load.Jaime Perez Crespo2015-07-241-0/+16
| | |
* | | SimpleSAMLphp no longer requires mcrypt, it will only be needed depending on ↵Jaime Perez Crespo2015-07-211-1/+2
| |/ |/| | | | | the configuration, so mark it as optional.
* | use $metadata array for example IDP and SP metadatapeter-2015-06-091-2/+2
| | | | | | As per https://groups.google.com/forum/#!topic/simplesamlphp/nFXerlX839E
* | Add documentation on State Information Lost errors.Thijs Kinkhorst2015-06-082-0/+115
| | | | | | | | | | | | The text was copied from https://code.google.com/p/simplesamlphp/wiki/LostState, corrected some language and added a piece on http/https stemming from the comments on that page. Fixes #214
* | Remove pack.php module installer tool.Thijs Kinkhorst2015-05-262-150/+0
| | | | | | | | It has never really gained traction and is now superseeded by the composer module installer.
* | Minor documentation correctionsJoel Franusic2015-04-272-13/+13
|/
* Merge pull request #179 from s-hal/check_sigJaime Pérez Crespo2015-03-231-1/+12
|\ | | | | Add metadata signature verification by using pub key from certificate
| * Added documentation for option certificatesStefan Halen2015-03-231-1/+12
| |
* | Added documentation for AttributeCopy authentication processing filter.Matt Schwager2015-03-181-0/+1
| |
* | Update old links in the documentation, remove links to wiki.Jaime Perez Crespo2015-03-167-19/+13
| |
* | Remove pointer to ancient wiki.Jaime Perez Crespo2015-03-161-1/+0
|/
* Add documentation to sp-remote for signature.certificateDan Tsosie2015-02-091-0/+4
|
* Update documentation (typos, wrong URLs, capitalize SimpleSAMLphp...).Jaime Perez Crespo2015-01-221-16/+15
|
* Remove links in the documentation to modules that are no longer included in SSP.Jaime Perez Crespo2015-01-211-2/+0
|
* Extract the modinfo module out to its own repository. This closes #155.Jaime Perez Crespo2015-01-211-1/+2
|
* Extract the papi module out to its own repository. This closes #156.Jaime Perez Crespo2015-01-211-1/+1
|
* Extract the InfoCard module out to its own repository.Jaime Perez Crespo2015-01-212-2/+1
|
* Remove unused / old documentation.Jaime Perez2015-01-192-114/+0
|
* docs: remove reference-sp-hosted and references to it.Jaime Perez2015-01-152-220/+0
|
* Update the docs/README.Jaime Perez Crespo2015-01-151-6/+1
|
* Update changelog.Jaime Perez2014-11-051-0/+7
|
* Update upgrade notes.Jaime Perez2014-11-051-0/+1
|
* Changelog updated.Jaime Perez2014-10-271-1/+11
|
* Add support for signature.privatekey for saml-sp-remoteDan Tsosie2014-09-051-0/+8
|
* Fix formatting of config example.Thijs Kinkhorst2014-08-041-3/+5
|
* Adding Basque language.Jaime Perez2014-07-311-0/+1
|
* Fixed some more typos in mdui docThijs Kinkhorst2014-07-231-3/+3
|
* Update doc for MDUI since SSP also supports it for SPs.Thijs Kinkhorst2014-07-231-16/+44
|
* Update changelog to remove buggy metarefresh improvement that will not end ↵Jaime Perez2014-07-181-1/+0
| | | | up in 1.13.
* Changelog updated.Jaime Perez2014-07-101-1/+2
|