summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add links to getcomposer.org.Jaime Pérez Crespo2014-02-251-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3394 44740490-163a-0410-bde0-09ae8108e29a
* Fix formatting problem.Jaime Pérez Crespo2014-02-251-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3393 44740490-163a-0410-bde0-09ae8108e29a
* Fix for the recently added install instructions.Jaime Pérez Crespo2014-02-251-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3392 44740490-163a-0410-bde0-09ae8108e29a
* New instructions on how to install from github.Jaime Pérez Crespo2014-02-253-2/+44
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3391 44740490-163a-0410-bde0-09ae8108e29a
* Unset release date for 1.12.0Jaime Pérez Crespo2014-02-251-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3389 44740490-163a-0410-bde0-09ae8108e29a
* Link for new upgrade notes.Jaime Pérez Crespo2014-02-241-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3385 44740490-163a-0410-bde0-09ae8108e29a
* Move upgrade notes to proper place.Jaime Pérez Crespo2014-02-241-0/+0
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3383 44740490-163a-0410-bde0-09ae8108e29a
* Upgrade notes for 1.12.Jaime Pérez Crespo2014-02-241-0/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3382 44740490-163a-0410-bde0-09ae8108e29a
* Updated changelog for 1.12.Jaime Pérez Crespo2014-02-241-0/+113
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3380 44740490-163a-0410-bde0-09ae8108e29a
* Creating a new page for MDRPI, modifying all the documentation to point to it.Jaime Pérez Crespo2014-01-303-18/+118
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3346 44740490-163a-0410-bde0-09ae8108e29a
* Add support to publish RegistrationInfo (MDRPI) in the IdP.Jaime Pérez Crespo2014-01-281-0/+18
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3339 44740490-163a-0410-bde0-09ae8108e29a
* Removing the simplesamlphp-ukaccess page in documentation. Improving docs on ↵Jaime Pérez Crespo2014-01-274-304/+122
| | | | | | automated metadata management. Issue #608. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3334 44740490-163a-0410-bde0-09ae8108e29a
* Language fixes.Jaime Pérez Crespo2014-01-2711-14/+14
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3333 44740490-163a-0410-bde0-09ae8108e29a
* Followup on previous commits. Use redirectUntrustedURL() as a shortcut, and ↵Jaime Pérez Crespo2014-01-241-0/+3
| | | | | | let everything else make use of redirectTrustedURL(). Move the responsibility to check the input out of the library, to the places where URLs are grabbed from input parameters. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3332 44740490-163a-0410-bde0-09ae8108e29a
* Updating the IdP advanced topics documentation.Jaime Pérez Crespo2014-01-201-10/+8
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3327 44740490-163a-0410-bde0-09ae8108e29a
* Typo.Jaime Pérez Crespo2014-01-131-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3321 44740490-163a-0410-bde0-09ae8108e29a
* Properly document the use of NameIDFormat configuration option.Jaime Pérez Crespo2013-12-091-0/+25
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3313 44740490-163a-0410-bde0-09ae8108e29a
* Update the documentation regarding certificates.Jaime Pérez Crespo2013-11-278-39/+32
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3305 44740490-163a-0410-bde0-09ae8108e29a
* Properly document the signature.algorithm option. Also add configuration ↵Jaime Pérez Crespo2013-11-193-0/+34
| | | | | | examples showing how to start using SHA-256, and warning about SHA-1 being disallowed starting in 2014. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3297 44740490-163a-0410-bde0-09ae8108e29a
* Documentation updated to reflect PHP 5.3 requirement.Jaime Pérez Crespo2013-11-191-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3296 44740490-163a-0410-bde0-09ae8108e29a
* Start using SAML2 library from GitHub.Olav Morken2013-11-151-0/+7
| | | | | | | | | This patch also starts using Composer for other dependencies (i.e. php-openid and xmlseclibs). Thanks to Boy Baukema for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3290 44740490-163a-0410-bde0-09ae8108e29a
* Fix for typos reported by Thijs Kinkhorst in #585.Jaime Pérez Crespo2013-10-301-12/+12
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3288 44740490-163a-0410-bde0-09ae8108e29a
* Add support for exporting shibmd:Scope metadata with regular expressions.Olav Morken2013-10-181-0/+2
| | | | | | Thanks to Brook Schofield for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3281 44740490-163a-0410-bde0-09ae8108e29a
* Add SimpleSAML_Session::DATA_TIMEOUT_SESSION_END (issue #570).Andjelko Horvat2013-09-091-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3272 44740490-163a-0410-bde0-09ae8108e29a
* Add session check function (issue #568).Andjelko Horvat2013-09-041-0/+50
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3268 44740490-163a-0410-bde0-09ae8108e29a
* Full support for HTTP-POST binding in WebSSO profile. Two new directives in ↵Jaime Pérez Crespo2013-07-171-20/+42
| | | | | | | | hosted metadata (SingleSignOnServiceBinding and SingleLogoutServiceBinding) to control the bindings published as supported in the metadata. Bugfix in the logout handler (SOAP binding should be reused when responding a request). git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3257 44740490-163a-0410-bde0-09ae8108e29a
* Final 1.11.0 release.Jaime Pérez Crespo2013-06-051-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3252 44740490-163a-0410-bde0-09ae8108e29a
* Upgrade notes for version 1.11.Jaime Pérez Crespo2013-05-301-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3251 44740490-163a-0410-bde0-09ae8108e29a
* Updated changelog for 1.11 release.Jaime Pérez Crespo2013-05-231-0/+95
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3248 44740490-163a-0410-bde0-09ae8108e29a
* Fix typo reported by Dick Visser.Jaime Pérez Crespo2013-05-081-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3239 44740490-163a-0410-bde0-09ae8108e29a
* docs: Some fixes for Scoping documentation.Olav Morken2013-01-171-7/+7
| | | | | | Thanks to Thijs Kinkhorst for providing this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3222 44740490-163a-0410-bde0-09ae8108e29a
* saml:PersistentNameID2TargetedID: New filter for storing persistent NameID ↵Olav Morken2013-01-111-0/+1
| | | | | | in eduPersonTargetedID attribute. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3221 44740490-163a-0410-bde0-09ae8108e29a
* sanitycheck: Make configuration file optional.Olav Morken2013-01-101-20/+0
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3219 44740490-163a-0410-bde0-09ae8108e29a
* docs: Fix documentation for NameIDFormat in SAML 2.0 SP remote reference.Olav Morken2012-12-031-5/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3209 44740490-163a-0410-bde0-09ae8108e29a
* Fix inconsistency in email NameID format.Olav Morken2012-12-032-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3208 44740490-163a-0410-bde0-09ae8108e29a
* Mark mcrypt-module as required.Olav Morken2012-11-221-2/+1
| | | | | | | | | It turns out that we are now always requiring the mcrypt module, so mark it as required. Thanks to Onivaldo Rosa Junior for reporting this bug! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3203 44740490-163a-0410-bde0-09ae8108e29a
* saml: Add separate option to enable HoK support on SP.Olav Morken2012-10-182-3/+11
| | | | | | | Instead of always adding the endpoint to the metadata, require setting a separate option to enable it. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3194 44740490-163a-0410-bde0-09ae8108e29a
* New filter: smartattributes:SmartIDOlav Morken2012-10-011-0/+1
| | | | | | Thanks to Dick Visser for implementing it! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3180 44740490-163a-0410-bde0-09ae8108e29a
* Documentation fixes.Olav Morken2012-09-281-3/+3
| | | | | | Thanks to Thijs Kinkhorst for providing this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3177 44740490-163a-0410-bde0-09ae8108e29a
* Final 1.10.0 release.Jaime Pérez Crespo2012-09-251-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3176 44740490-163a-0410-bde0-09ae8108e29a
* Updated documentation for 1.10 release.Jaime Pérez Crespo2012-09-252-1/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3172 44740490-163a-0410-bde0-09ae8108e29a
* Added support for RSA-SHA256, RSA-SHA384 and RSA-SHA512 signature ↵Jaime Pérez Crespo2012-09-201-0/+5
| | | | | | algorithms. New hosted IdP metadata option 'signature.algorithm' to configure this, defaults to SHA1 for backwards compatibility. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3164 44740490-163a-0410-bde0-09ae8108e29a
* Changelog update for 1.10.Jaime Pérez Crespo2012-08-291-0/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3155 44740490-163a-0410-bde0-09ae8108e29a
* Changelog for 1.9.2.Jaime Pérez Crespo2012-08-291-0/+6
| | | | | | Merged into trunk from r3150. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3151 44740490-163a-0410-bde0-09ae8108e29a
* Changelog and upgrade notes for version 1.10.Olav Morken2012-08-023-0/+28
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3141 44740490-163a-0410-bde0-09ae8108e29a
* saml: Add "encryption.blacklisted-algorithms"-option.Olav Morken2012-08-023-0/+19
| | | | | | This option allows us to disable some encryption algorithms. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3139 44740490-163a-0410-bde0-09ae8108e29a
* Changelog for 1.9.1.Olav Morken2012-08-021-0/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3133 44740490-163a-0410-bde0-09ae8108e29a
* Add holder-of-key profile support to changelog.Olav Morken2012-07-111-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3130 44740490-163a-0410-bde0-09ae8108e29a
* riak: New module which enables storing sessions in Riak.Olav Morken2012-06-291-0/+1
| | | | | | Thanks to David Gwynne for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3128 44740490-163a-0410-bde0-09ae8108e29a
* docs: Fix typos in documentation about federation configuration.Olav Morken2012-06-281-6/+6
| | | | | | Thanks to Brett Bieber for providing this patch! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3126 44740490-163a-0410-bde0-09ae8108e29a
* docs: Add links to MDUI and EntityAttributes metadata extensions from ↵Olav Morken2012-06-181-0/+10
| | | | | | saml20-idp-hosted reference. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3122 44740490-163a-0410-bde0-09ae8108e29a
* Add documentation updates from 1.9.Olav Morken2012-06-182-1/+10
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3121 44740490-163a-0410-bde0-09ae8108e29a
* docs: Update documentation for the session stores.Olav Morken2012-05-311-7/+15
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3110 44740490-163a-0410-bde0-09ae8108e29a
* consentAdmin: Fix consentAdmin with custom userid.attribute on bridged IdPOlav Morken2012-05-211-0/+4
| | | | | | Thanks to Sixto Martin for finding and fixing this bug! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3100 44740490-163a-0410-bde0-09ae8108e29a
* docs: Update changelog and upgrade notes.Olav Morken2012-05-152-1/+11
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3093 44740490-163a-0410-bde0-09ae8108e29a
* Changelog updates.Olav Morken2012-05-081-0/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3090 44740490-163a-0410-bde0-09ae8108e29a
* Add support for the MDUI extension.Olav Morken2012-05-042-0/+378
| | | | | | | | | | | | This patch adds support parsing and generating metadata with the mdui:UIInfo and mdui:DiscoHints elements. Support for generating metadata with the extensions is added to the SAML 2.0 IdP. It should also work through the metadata aggregator. Thanks to Timothy Ace at Synacor, Inc. for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3088 44740490-163a-0410-bde0-09ae8108e29a
* authcrypt: Add documentation.Olav Morken2012-04-242-2/+4
| | | | | | Thanks to Dick Visser for writing this document. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3075 44740490-163a-0410-bde0-09ae8108e29a
* docs: Futher documentation updated for 1.9.Olav Morken2012-04-233-5/+12
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3073 44740490-163a-0410-bde0-09ae8108e29a
* Add link to upgrade notes for version 1.9.Olav Morken2012-04-201-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3070 44740490-163a-0410-bde0-09ae8108e29a
* Changelog for version 1.9.Olav Morken2012-04-202-0/+165
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3069 44740490-163a-0410-bde0-09ae8108e29a
* Add documentation for Holde-of-Key profile.Olav Morken2012-04-124-2/+123
| | | | | | Thanks to Andreas Mayer for writing this documentation. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3067 44740490-163a-0410-bde0-09ae8108e29a
* docs: Add the certData option to sp-remote metadata reference.Olav Morken2012-03-291-0/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3062 44740490-163a-0410-bde0-09ae8108e29a
* docs: Fix syntax error in PHP code example.Simon Josefsson2012-03-191-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3050 44740490-163a-0410-bde0-09ae8108e29a
* Rename SAML 2.0 IdP option AttributeNameFormat to attributes.NameFormat.Olav Morken2012-03-163-3/+7
| | | | | | | | Add 'attributes.NameFormat' as the preferred name for this option, so that it matches what the metadata parser extracts. Backwards compatibility with 'AttributeNameFormat' is also provided. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3049 44740490-163a-0410-bde0-09ae8108e29a
* docs: Add better description for simplesaml.nameidattribute.Olav Morken2012-03-061-3/+7
| | | | | | | | (Also fixes a couple of formatting errors.) Thanks to Thijs Kinkhorst for providing this patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3036 44740490-163a-0410-bde0-09ae8108e29a
* Ignore cacheDuration when evaluating validity of metadata.Olav Morken2012-02-161-0/+4
| | | | | | Thanks to Thijs Kinkhorst for providing this patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3034 44740490-163a-0410-bde0-09ae8108e29a
* saml: Add new filter "ExpectedAuthnContextClassRef".Olav Morken2012-02-131-0/+1
| | | | | | | | | This filter verifies the authentication context received from the IdP against a list of allowed values. Thanks to Gyula Szabó for creating this filter! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3031 44740490-163a-0410-bde0-09ae8108e29a
* Update changelog for version 1.8.2.Olav Morken2012-01-101-0/+15
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3012 44740490-163a-0410-bde0-09ae8108e29a
* docs: Fix example command in documentation for pack.php.Olav Morken2011-12-021-1/+1
| | | | | | Thanks to Ryan Panning for fixing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2991 44740490-163a-0410-bde0-09ae8108e29a
* docs: Add link to expirycheck.Olav Morken2011-11-081-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2977 44740490-163a-0410-bde0-09ae8108e29a
* Remove the documentation for the automated testing, since it has been removed.Olav Morken2011-10-111-13/+0
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2943 44740490-163a-0410-bde0-09ae8108e29a
* Remove the caFile option from SAML 2.0.Olav Morken2011-09-141-3/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2899 44740490-163a-0410-bde0-09ae8108e29a
* Document nameid.encryption.Olav Morken2011-09-063-0/+22
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2891 44740490-163a-0410-bde0-09ae8108e29a
* docs: Clarify the IdP initiated authentication documentation slightly.Olav Morken2011-08-091-2/+4
| | | | | | | | - Fix the entityID in the example URL to be a valid entityID. - Clarify the difference between `TARGET` in authentication response vs. `target` in authentication "request". git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2884 44740490-163a-0410-bde0-09ae8108e29a
* Clean up and expand the IdP first section in the documentation.Olav Morken2011-08-051-3/+28
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2880 44740490-163a-0410-bde0-09ae8108e29a
* Add document describing how to implement username/password authentication.Olav Morken2011-07-143-0/+353
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2872 44740490-163a-0410-bde0-09ae8108e29a
* docs: Document the logouttype option.Olav Morken2011-05-261-0/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2852 44740490-163a-0410-bde0-09ae8108e29a
* docs: Update IdP certificate generation in Google Apps tutorial.Olav Morken2011-05-111-6/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2835 44740490-163a-0410-bde0-09ae8108e29a
* Changelog and upgrade notes for version 1.8.Olav Morken2011-03-103-0/+55
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2769 44740490-163a-0410-bde0-09ae8108e29a
* docs: Document getAuthData()-function, and saml-specific authentication data.Olav Morken2011-03-071-0/+17
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2767 44740490-163a-0410-bde0-09ae8108e29a
* Auth_Simple: Logout improvementsOlav Morken2011-03-071-9/+42
| | | | | | | - Support for callbacks after logout instead of redirects. - Support for passing the state array to the logout page. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2759 44740490-163a-0410-bde0-09ae8108e29a
* Documentation for the custom error show function.Olav Morken2011-01-281-0/+14
| | | | | | Thanks to Andjelko Horvat for providing the documentation patch. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2725 44740490-163a-0410-bde0-09ae8108e29a
* docs: Remove obsolete "source" directory.Olav Morken2011-01-141-665/+0
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2716 44740490-163a-0410-bde0-09ae8108e29a
* docs: Change examples to generate 2048 bit RSA keys.Olav Morken2011-01-125-5/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2711 44740490-163a-0410-bde0-09ae8108e29a
* docs: Note that relative URL's are no longer supported in redirects.Olav Morken2011-01-061-0/+3
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2704 44740490-163a-0410-bde0-09ae8108e29a
* docs: Add link to upgrade notes for version 1.7.Olav Morken2010-12-171-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2690 44740490-163a-0410-bde0-09ae8108e29a
* docs: Add changelog for 1.6.3.Olav Morken2010-12-171-0/+6
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2689 44740490-163a-0410-bde0-09ae8108e29a
* docs: Update changelog, add upgrade notes.Olav Morken2010-12-152-5/+114
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2685 44740490-163a-0410-bde0-09ae8108e29a
* docs: Update documentation for scoping.Olav Morken2010-11-161-5/+5
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2651 44740490-163a-0410-bde0-09ae8108e29a
* saml: Add support for key rollover.Olav Morken2010-11-021-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2617 44740490-163a-0410-bde0-09ae8108e29a
* SimpleSAML_Auth_Simple: Add ReturnCallback.Olav Morken2010-10-261-0/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2607 44740490-163a-0410-bde0-09ae8108e29a
* docs: Make it clear that the use of uri is specified by saml2int.Olav Morken2010-10-081-1/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2571 44740490-163a-0410-bde0-09ae8108e29a
* Make it clearer what to do in order to use the uri attribute NameFormat.Olav Morken2010-10-081-0/+13
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2569 44740490-163a-0410-bde0-09ae8108e29a
* SAML2_Assertion: Separate out SubjectConfirmation from the other attributes.Olav Morken2010-09-201-0/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2554 44740490-163a-0410-bde0-09ae8108e29a
* saml2: Introduce sign.logout and sign.authnrequest options.Olav Morken2010-09-153-0/+25
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2550 44740490-163a-0410-bde0-09ae8108e29a
* saml2: Introduce validate.logout and validate.authnrequest options.Olav Morken2010-09-153-0/+32
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2549 44740490-163a-0410-bde0-09ae8108e29a
* saml: Add saml:NameIDAttribute filter.Olav Morken2010-09-151-0/+1
| | | | | | | This filter can create an attribute from the NameID we receive in the authentication response. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2548 44740490-163a-0410-bde0-09ae8108e29a
* docs/changelog: Note that we have replaced the message debug pages with logging.Olav Morken2010-09-101-0/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2545 44740490-163a-0410-bde0-09ae8108e29a
* docs: Document scope option in idp-hosted.Olav Morken2010-09-071-0/+4
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2529 44740490-163a-0410-bde0-09ae8108e29a