summaryrefslogtreecommitdiffstats
path: root/modules/exampleauth
Commit message (Collapse)AuthorAgeFilesLines
* Update the modules too.Jaime Perez Crespo2016-03-092-3/+3
|
* Clean one-liner comments.Jaime Perez Crespo2015-11-065-9/+9
|
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-066-7/+7
| | | | (being respectful with occurences that might change the behaviour, i.e. default database prefixes)
* Refactor SimpleSAML\Utils\Arrays::normalizeAttributesArray() to ↵Jaime Perez Crespo2015-09-012-2/+2
| | | | SimpleSAML\Utils\Attributes::normalizeAttributesArray().
* Move SimpleSAML_Utilities:: checkURLAllowed() to SimpleSAML\Utils\HTTP:: ↵Jaime Perez Crespo2015-04-221-1/+1
| | | | checkURLAllowed() and deprecate the former.
* Move SimpleSAML_Utilities:: redirectTrustedURL() to SimpleSAML\Utils\HTTP:: ↵Jaime Perez Crespo2015-04-223-3/+3
| | | | redirectTrustedURL() and deprecate the former.
* Move SimpleSAML_Utils_Arrays to SimpleSAML\Utils\Arrays.Jaime Perez Crespo2015-04-202-2/+2
|
* Stop using SimpleSAML_Utilities::parseAttributes().Jaime Perez Crespo2015-04-162-2/+2
|
* Solve a security issue with some modules (not validating URLs we are ↵Jaime Perez Crespo2015-02-273-27/+3
| | | | redirecting to) by moving the check to the SimpleSAML_Auth_State::loadState() method.
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-154-8/+0
|
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-096-6/+0
|
* Fix for bug introduced in r3332.Jaime Pérez Crespo2014-01-283-9/+9
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3336 44740490-163a-0410-bde0-09ae8108e29a
* Language fixes.Jaime Pérez Crespo2014-01-271-1/+1
| | | | 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-243-3/+22
| | | | | | 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
* Start using the redirectTrustedURL() and redirectUntrustedURL() wrappers.Jaime Pérez Crespo2014-01-172-2/+2
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3326 44740490-163a-0410-bde0-09ae8108e29a
* exampleauth:External: Example of integration with external authentication.Olav Morken2010-07-303-0/+410
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2460 44740490-163a-0410-bde0-09ae8108e29a
* exampleauth/Static: Fix bug in constructor.Olav Morken2008-10-271-1/+1
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@945 44740490-163a-0410-bde0-09ae8108e29a
* Authentication processing filters.Olav Morken2008-08-182-0/+52
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@811 44740490-163a-0410-bde0-09ae8108e29a
* Support authentication source modules.Olav Morken2008-08-183-0/+156
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@810 44740490-163a-0410-bde0-09ae8108e29a