summaryrefslogtreecommitdiffstats
path: root/modules/exampleauth/lib/Auth
Commit message (Collapse)AuthorAgeFilesLines
* Update the modules too.Jaime Perez Crespo2016-03-092-3/+3
|
* Clean one-liner comments.Jaime Perez Crespo2015-11-064-8/+8
|
* s/simpleSAMLphp/SimpleSAMLphp/gJaime Perez Crespo2015-11-063-4/+4
| | | | (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:: redirectTrustedURL() to SimpleSAML\Utils\HTTP:: ↵Jaime Perez Crespo2015-04-222-2/+2
| | | | 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-271-8/+1
| | | | redirecting to) by moving the check to the SimpleSAML_Auth_State::loadState() method.
* Remove trailing PHP close tags. Closes #59.Jaime Perez2015-01-153-6/+0
|
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-093-3/+0
|
* Fix for bug introduced in r3332.Jaime Pérez Crespo2014-01-281-3/+3
| | | | 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-241-0/+6
| | | | | | 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-301-0/+274
| | | | 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-181-0/+30
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@811 44740490-163a-0410-bde0-09ae8108e29a
* Support authentication source modules.Olav Morken2008-08-182-0/+153
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@810 44740490-163a-0410-bde0-09ae8108e29a